Compare commits
No commits in common. "29d2554994d0c699d0b91cfeb258fe68c8f703b5" and "609cddd22d9d7cca72c06a69fafca4ee7c4fb437" have entirely different histories.
29d2554994
...
609cddd22d
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,8 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
**/node_modules/
|
|
||||||
**/build/
|
|
||||||
.DS_Store
|
|
||||||
.env
|
|
||||||
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@ i18n
|
|||||||
.use(LanguageDetector)
|
.use(LanguageDetector)
|
||||||
.use(initReactI18next)
|
.use(initReactI18next)
|
||||||
.init({
|
.init({
|
||||||
fallbackLng: 'es',
|
fallbackLng: 'en',
|
||||||
detection: {
|
detection: {
|
||||||
order: ['localStorage', 'navigator'],
|
order: ['localStorage', 'navigator'],
|
||||||
lookupLocalStorage: 'app_lang_32909',
|
lookupLocalStorage: 'app_lang_32909',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user