From 5bf0524bdc2ec6129284bbd5bf02dc885afb15df Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sat, 17 Oct 2020 07:29:32 -0500 Subject: [PATCH] chinese locale designation was backwards, fixing... --- web/lang/{cn_zh.php => zh_cn.php} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename web/lang/{cn_zh.php => zh_cn.php} (99%) diff --git a/web/lang/cn_zh.php b/web/lang/zh_cn.php similarity index 99% rename from web/lang/cn_zh.php rename to web/lang/zh_cn.php index 09a5c3b27..d58ecc662 100644 --- a/web/lang/cn_zh.php +++ b/web/lang/zh_cn.php @@ -65,9 +65,9 @@ // // Examples // setlocale( 'LC_ALL', 'en_GB' ); All locale settings pre-4.3.0 - setlocale( LC_ALL, 'cn_ZH' ); //All locale settings 4.3.0 and after - setlocale( LC_CTYPE, 'cn_ZH' ); //Character class settings 4.3.0 and after - setlocale( LC_TIME, 'cn_ZH' ); //Date and time formatting 4.3.0 and after + setlocale( LC_ALL, 'zh_CN' ); //All locale settings 4.3.0 and after + setlocale( LC_CTYPE, 'zh_CN' ); //Character class settings 4.3.0 and after + setlocale( LC_TIME, 'zh_CN' ); //Date and time formatting 4.3.0 and after // Simple String Replacements $SLANG = array(