mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
Handle the list here
This commit is contained in:
parent
8bd56489e9
commit
dd772c10bf
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
export const DEFAULT_LANG = 'en';
|
||||
|
||||
const locales = [DEFAULT_LANG];
|
||||
const locales = [
|
||||
DEFAULT_LANG,
|
||||
'zh-CN',
|
||||
'eu-ES',
|
||||
'es-ES',
|
||||
'fi-FI',
|
||||
'gl-ES',
|
||||
'de-DE',
|
||||
];
|
||||
if (import.meta.env.DEV) {
|
||||
locales.push('pseudo-LOCALE');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue