Localization/Chinese

* added support for locale 4
* some strings are missing and will need to be translated at a later date
* thx @qyh214 for a lot of content

Co-authored-by: qyh214 <sandy0214qin@msn.com>
This commit is contained in:
Sarjuuk
2018-05-07 22:58:05 +02:00
parent 09d2013012
commit 761da59ee9
68 changed files with 6460 additions and 143 deletions

View File

@@ -388,6 +388,7 @@ class Lang
LOCALE_EN => [',', '.'],
LOCALE_FR => [' ', ','],
LOCALE_DE => ['.', ','],
LOCALE_CN => [',', '.'],
LOCALE_ES => ['.', ','],
LOCALE_RU => [' ', ',']
);