Compare commits

..

No commits in common. "29d2554994d0c699d0b91cfeb258fe68c8f703b5" and "609cddd22d9d7cca72c06a69fafca4ee7c4fb437" have entirely different histories.

3 changed files with 5 additions and 9 deletions

5
.gitignore vendored
View File

@ -1,8 +1,3 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@ i18n
.use(LanguageDetector)
.use(initReactI18next)
.init({
fallbackLng: 'es',
fallbackLng: 'en',
detection: {
order: ['localStorage', 'navigator'],
lookupLocalStorage: 'app_lang_32909',