mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 18:54:00 +01:00
remove redundant variable
This commit is contained in:
parent
11650a79f8
commit
c33c1a27e4
22
src/i18n.ts
22
src/i18n.ts
|
@ -6,28 +6,6 @@ import LanguageDetector from 'i18next-browser-languagedetector';
|
|||
|
||||
const googleClientId = import.meta.env.VITE_GOOGLE_CLIENT_ID || undefined;
|
||||
|
||||
export const i18nLanguages = [
|
||||
// 'ar',
|
||||
'da',
|
||||
'en',
|
||||
'en-GB',
|
||||
'en-US',
|
||||
'es',
|
||||
'fr',
|
||||
'fr-FR',
|
||||
'it',
|
||||
'ja',
|
||||
'ms',
|
||||
'nb',
|
||||
'ro',
|
||||
'sv',
|
||||
// 'ug',
|
||||
'yue',
|
||||
'zh-CN',
|
||||
'zh-HK',
|
||||
'zh-TW',
|
||||
];
|
||||
|
||||
const namespace = ['main', 'api', 'about', 'model'];
|
||||
if (googleClientId) namespace.push('drive');
|
||||
|
||||
|
|
Loading…
Reference in a new issue