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.
2 parents 5c79c7c + 70e34c3 commit 52bc65aCopy full SHA for 52bc65a
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