v1.0-190725

This commit is contained in:
Flatlogic Bot 2025-07-19 14:54:33 +00:00
parent 609cddd22d
commit d48528d613
3 changed files with 9 additions and 5 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
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: 'en',
fallbackLng: 'es',
detection: {
order: ['localStorage', 'navigator'],
lookupLocalStorage: 'app_lang_32909',