From fc1a91930935391149fe95622233f85ea3d83148 Mon Sep 17 00:00:00 2001 From: coolzoom Date: Thu, 10 Sep 2020 22:13:00 +0800 Subject: [PATCH 1/3] adding chinese-simplified and chinese-traditional update readme --- README.md | 2 +- application/config/config.php.sample | 2 +- application/language/chinese-simplified.php | 114 +++++++++++++++++++ application/language/chinese-traditional.php | 114 +++++++++++++++++++ 4 files changed, 230 insertions(+), 2 deletions(-) create mode 100644 application/language/chinese-simplified.php create mode 100644 application/language/chinese-traditional.php diff --git a/README.md b/README.md index 03bd468..b091023 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you got a blank screen, You can enable `debug_mode` in the config file. 8. Vote System (4/03/2020). 9. Support HCaptcha/Recaptcha v2 (7/27/2020). 10. Support Two-Factor Authentication (2FA) (7/28/2020). - 11. Multi-Language support (9/10/2020) (Support: 🇬🇧 English, 🇮🇷 Persian, 🇮🇹 italian). + 11. Multi-Language support (9/10/2020) (Support: 🇬🇧 English, 🇮🇷 Persian, 🇮🇹 italian, 🇨🇳 chinese-simplified, 🇹🇼 chinese-traditional). ## Changelogs diff --git a/application/config/config.php.sample b/application/config/config.php.sample index 934b067..9cb7689 100644 --- a/application/config/config.php.sample +++ b/application/config/config.php.sample @@ -12,7 +12,7 @@ baseurl page_title That's your website title. Example: "My WOW Private server!" language - Website language (english/persian/italian) + Website language (english/persian/italian/chinese-simplified/chinese-traditional) =====================================================================*/ $config['baseurl'] = "http://localhost"; $config['page_title'] = "Simple Register"; diff --git a/application/language/chinese-simplified.php b/application/language/chinese-simplified.php new file mode 100644 index 0000000..a268670 --- /dev/null +++ b/application/language/chinese-simplified.php @@ -0,0 +1,114 @@ + Date: Thu, 10 Sep 2020 18:49:51 +0430 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b091023..e968d85 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you got a blank screen, You can enable `debug_mode` in the config file. 8. Vote System (4/03/2020). 9. Support HCaptcha/Recaptcha v2 (7/27/2020). 10. Support Two-Factor Authentication (2FA) (7/28/2020). - 11. Multi-Language support (9/10/2020) (Support: 🇬🇧 English, 🇮🇷 Persian, 🇮🇹 italian, 🇨🇳 chinese-simplified, 🇹🇼 chinese-traditional). + 11. Multi-Language support (9/10/2020) (Support: 🇬🇧 English, 🇮🇷 Persian, 🇮🇹 italian, 🇨🇳 Chinese-simplified, 🇹🇼 Chinese-traditional). ## Changelogs @@ -117,3 +117,7 @@ Author : [Amin.MasterkinG](https://masterking32.com) English/Persian by [Amin.MasterkinG](https://github.com/masterking32) Italian by [Helias](https://github.com/helias) + +Italian by [Helias](https://github.com/helias) + +Chinese-simplified/Chinese-traditional by [Coolzoom](https://github.com/coolzoom) From c9223e91b76762c3226d449e4881696cceb34c67 Mon Sep 17 00:00:00 2001 From: "Amin.MasterkinG" Date: Thu, 10 Sep 2020 18:50:24 +0430 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e968d85..e386f97 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,4 @@ English/Persian by [Amin.MasterkinG](https://github.com/masterking32) Italian by [Helias](https://github.com/helias) -Italian by [Helias](https://github.com/helias) - Chinese-simplified/Chinese-traditional by [Coolzoom](https://github.com/coolzoom)