mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Added new language Chinese (Traditional) and rename language code for Chinese (Simplified)
This commit is contained in:
parent
9645bb3911
commit
a8384a8826
@ -46,7 +46,8 @@ HELP_PATH = '../../../docs/en_US/_build/html/'
|
|||||||
# Languages we support in the UI
|
# Languages we support in the UI
|
||||||
LANGUAGES = {
|
LANGUAGES = {
|
||||||
'en': 'English',
|
'en': 'English',
|
||||||
'zh': 'Chinese (Simplified)',
|
'zh_Hans_CN': 'Chinese (Simplified)',
|
||||||
|
'zh_Hant_TW': 'Chinese (Traditional)',
|
||||||
'cs': 'Czech',
|
'cs': 'Czech',
|
||||||
'fr': 'French',
|
'fr': 'French',
|
||||||
'de': 'German',
|
'de': 'German',
|
||||||
|
BIN
web/pgadmin/translations/zh_Hans_CN/LC_MESSAGES/messages.mo
Executable file
BIN
web/pgadmin/translations/zh_Hans_CN/LC_MESSAGES/messages.mo
Executable file
Binary file not shown.
17962
web/pgadmin/translations/zh_Hans_CN/LC_MESSAGES/messages.po
Normal file
17962
web/pgadmin/translations/zh_Hans_CN/LC_MESSAGES/messages.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,8 +10,8 @@ msgstr ""
|
|||||||
"POT-Creation-Date: 2024-11-07 19:07+0530\n"
|
"POT-Creation-Date: 2024-11-07 19:07+0530\n"
|
||||||
"PO-Revision-Date: 2024-11-12 07:15+0800\n"
|
"PO-Revision-Date: 2024-11-12 07:15+0800\n"
|
||||||
"Last-Translator: Kuo, Chao-Yi <Kuo.ChaoYi@gmail.com>\n"
|
"Last-Translator: Kuo, Chao-Yi <Kuo.ChaoYi@gmail.com>\n"
|
||||||
"Language-Team: zh_TW\n"
|
"Language-Team: zh_Hant_TW\n"
|
||||||
"Language: zh_TW\n"
|
"Language: zh_Hant_TW\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
Loading…
Reference in New Issue
Block a user