We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c79c7c commit 70e34c3Copy full SHA for 70e34c3
client/i18n.js
@@ -7,7 +7,7 @@ const fallbackLng = ['en-US'];
7
const availableLanguages = ['en-US', 'es-419'];
8
9
const options = {
10
- loadPath: 'locales/{{lng}}/translations.json',
+ loadPath: '/locales/{{lng}}/translations.json',
11
requestOptions: { // used for fetch, can also be a function (payload) => ({ method: 'GET' })
12
mode: 'no-cors'
13
},
0 commit comments