Skip to content

Commit 4813f88

Browse files
committed
Minor fix
1 parent 1812c2b commit 4813f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ i18n
4040
// .use(LanguageDetector)// to detect the language from currentBrowser
4141
.use(Backend) // to fetch the data from server
4242
.init({
43-
lng: 'es-419',
43+
lng: 'en-US',
4444
fallbackLng, // if user computer language is not on the list of available languages, than we will be using the fallback language specified earlier
4545
debug: false,
4646
backend: options,

0 commit comments

Comments
 (0)