🚧 I18n

This commit is contained in:
Mawoka
2022-03-25 19:07:46 +01:00
parent 8f8e152c32
commit 8bf4b8cadf
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class I18nService {
escapeValue: false
},
detection: {
order: ['querystring', 'navigator'],
order: ['browser', 'querystring', 'navigator', 'localStorage', 'htmlTag'],
lookupQuerystring: 'lng'
}
});