Oops, accidentally add this locale when it's not ready yet

This commit is contained in:
Lim Chee Aun 2024-08-14 15:00:15 +08:00
parent 3048bd1eea
commit d9bc18f557

View file

@ -13,7 +13,7 @@ import localeMatch from '../utils/locale-match';
const { PHANPY_DEFAULT_LANG } = import.meta.env;
export const DEFAULT_LANG = 'en';
export const LOCALES = [DEFAULT_LANG, 'zh-CN'];
export const LOCALES = [DEFAULT_LANG];
if (import.meta.env.DEV) {
LOCALES.push('pseudo-LOCALE');
}