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 1812c2b commit 4813f88Copy full SHA for 4813f88
client/i18n.js
@@ -40,7 +40,7 @@ i18n
40
// .use(LanguageDetector)// to detect the language from currentBrowser
41
.use(Backend) // to fetch the data from server
42
.init({
43
- lng: 'es-419',
+ lng: 'en-US',
44
fallbackLng, // if user computer language is not on the list of available languages, than we will be using the fallback language specified earlier
45
debug: false,
46
backend: options,
0 commit comments