mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-03-24 05:50:20 +08:00
Minor fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Polyglot from 'node-polyglot';
|
||||
import en from './en';
|
||||
import ru from './ru';
|
||||
import zhCn from './zh-CN';
|
||||
|
||||
import { loadConfig } from '@/store/config';
|
||||
@@ -7,6 +8,7 @@ import { loadConfig } from '@/store/config';
|
||||
export const translations = {
|
||||
en: en,
|
||||
'zh-CN': zhCn,
|
||||
'ru': ru,
|
||||
}
|
||||
|
||||
export type LocaleKey = keyof typeof translations | null;
|
||||
|
||||
Reference in New Issue
Block a user