Skip to content

Commit

Permalink
Fix Chinese lang codes
Browse files Browse the repository at this point in the history
zh_CHS to zh_Hans
zh_CHT to zh_Hant

Fix #419
  • Loading branch information
stokito authored and mquinson committed Jan 1, 2024
1 parent e897995 commit edf0535
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ po/pod/pt_BR.po
po/pod/ru.po
po/pod/sr_Cyrl.po
po/pod/uk.po
po/pod/zh_CHS.po
po/pod/zh_Hans.po
po/pod/zh_Hant.po
msguntypot
po4a
Expand Down
4 changes: 2 additions & 2 deletions po/pod/zh_CHS.po → po/pod/zh_Hans.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Last-Translator: taotieren <[email protected]>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"po4a/po4a-doc/zh_Hans/>\n"
"Language: zh_CHS\n"
"Language: zh_Hans\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -21,7 +21,7 @@ msgstr ""
#. type: Attribute 'xml:lang' of: <refentry>
#: share/doc/po4a-display-man.xml:1 share/doc/po4a-display-pod.xml:1
msgid "en"
msgstr "zh_CHS"
msgstr "zh_Hans"

#. type: Content of: <refentry><refentryinfo>
#: share/doc/po4a-display-man.xml:2
Expand Down
2 changes: 1 addition & 1 deletion po/pod/zh_Hant.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgstr ""
#. type: Attribute 'xml:lang' of: <refentry>
#: share/doc/po4a-display-man.xml:1 share/doc/po4a-display-pod.xml:1
msgid "en"
msgstr "zh_CHS"
msgstr "zh_Hant"

#. type: Content of: <refentry><refentryinfo>
#: share/doc/po4a-display-man.xml:2
Expand Down

0 comments on commit edf0535

Please sign in to comment.