mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
langs: installer/setup Chinese translation
complete the chinese translation referenced below https://git.ipfire.org/?p=people/ummeegge/ipfire-2.x.git;a=commit;h=ca149dc8e2e24f3cfcf7bbc1e2333b2b6d43e0e4 Asked ChatGPT to translate English in msgid to msgstr in Chinese and ChatGPT did the translation automatically with correct format. copied from ChatGPT and pasted in po.zh Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
2
make.sh
2
make.sh
@@ -2042,6 +2042,7 @@ lang)
|
||||
$BASEDIR/tools/sort_strings.pl nl
|
||||
$BASEDIR/tools/sort_strings.pl tr
|
||||
$BASEDIR/tools/sort_strings.pl it
|
||||
$BASEDIR/tools/sort_strings.pl zh
|
||||
$BASEDIR/tools/check_strings.pl en > $BASEDIR/doc/language_issues.en
|
||||
$BASEDIR/tools/check_strings.pl de > $BASEDIR/doc/language_issues.de
|
||||
$BASEDIR/tools/check_strings.pl fr > $BASEDIR/doc/language_issues.fr
|
||||
@@ -2051,6 +2052,7 @@ lang)
|
||||
$BASEDIR/tools/check_strings.pl nl > $BASEDIR/doc/language_issues.nl
|
||||
$BASEDIR/tools/check_strings.pl tr > $BASEDIR/doc/language_issues.tr
|
||||
$BASEDIR/tools/check_strings.pl it > $BASEDIR/doc/language_issues.it
|
||||
$BASEDIR/tools/check_strings.pl zh > $BASEDIR/doc/language_issues.zh
|
||||
$BASEDIR/tools/check_langs.sh > $BASEDIR/doc/language_missings
|
||||
print_status DONE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user