mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 16:39:31 +02:00
docs: translation docs
This commit is contained in:
@@ -42,7 +42,7 @@ export type FullI18nKey = {
|
||||
}[I18nNamespaces];
|
||||
|
||||
i18n.use(initReactI18next).init({
|
||||
lng: 'en',
|
||||
lng: localStorage.getItem('lang') || 'en',
|
||||
fallbackLng: 'en',
|
||||
debug: false,
|
||||
backend: useLocize
|
||||
|
Reference in New Issue
Block a user