mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-10 16:08:52 +01:00
Oops, accidentally add this locale when it's not ready yet
This commit is contained in:
parent
3048bd1eea
commit
d9bc18f557
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import localeMatch from '../utils/locale-match';
|
||||||
const { PHANPY_DEFAULT_LANG } = import.meta.env;
|
const { PHANPY_DEFAULT_LANG } = import.meta.env;
|
||||||
|
|
||||||
export const DEFAULT_LANG = 'en';
|
export const DEFAULT_LANG = 'en';
|
||||||
export const LOCALES = [DEFAULT_LANG, 'zh-CN'];
|
export const LOCALES = [DEFAULT_LANG];
|
||||||
if (import.meta.env.DEV) {
|
if (import.meta.env.DEV) {
|
||||||
LOCALES.push('pseudo-LOCALE');
|
LOCALES.push('pseudo-LOCALE');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue