mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 08:29:32 +02:00
fix: i18n
This commit is contained in:
@@ -2,7 +2,7 @@ import i18n, { ParseKeys } from 'i18next';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
import Backend from 'i18next-http-backend';
|
||||
|
||||
export const validNamespaces: string[] = [
|
||||
export const validNamespaces: (string | 'translation')[] = [
|
||||
'string',
|
||||
'number',
|
||||
'video',
|
||||
|
Reference in New Issue
Block a user