mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00: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