Skip to content

Commit

Permalink
Renamed Chinese translation file from zh to zh_CN
Browse files Browse the repository at this point in the history
Added Chinese translations for Qt components from https://github.com/niemingzhao/qt_zh_CN.ts
  • Loading branch information
albar965 committed Jan 17, 2025
1 parent 11b1a39 commit ac09adb
Show file tree
Hide file tree
Showing 7 changed files with 30,513 additions and 1,303 deletions.
5 changes: 3 additions & 2 deletions littlenavmap.pro
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ ICON = resources/icons/littlenavmap.icns
TRANSLATIONS = littlenavmap_fr.ts \
littlenavmap_it.ts \
littlenavmap_de.ts \
littlenavmap_zh.ts \
littlenavmap_zh_CN.ts \
littlenavmap_pt_BR.ts

# littlenavmap_nl.ts
Expand Down Expand Up @@ -819,6 +819,7 @@ unix:!macx {
DEPLOY_DIR_LIB=\"$$DEPLOY_BASE/$$TARGET_NAME/lib\"

deploy.commands += rm -Rfv $$DEPLOY_DIR &&
deploy.commands += mkdir -pv $$DEPLOY_DIR/translations &&
deploy.commands += mkdir -pv $$DEPLOY_DIR_LIB &&
deploy.commands += mkdir -pv $$DEPLOY_DIR_LIB/iconengines &&
deploy.commands += mkdir -pv $$DEPLOY_DIR_LIB/imageformats &&
Expand All @@ -836,11 +837,11 @@ unix:!macx {
deploy.commands += cp -Rvf $$OUT_PWD/help $$DEPLOY_DIR &&
deploy.commands += cp -Rvf $$OUT_PWD/web $$DEPLOY_DIR &&
deploy.commands += cp -Rvf $$OUT_PWD/customize $$DEPLOY_DIR &&
deploy.commands += cp -Rvf $$OUT_PWD/translations $$DEPLOY_DIR &&
deploy.commands += cp -Rvf $$OUT_PWD/littlenavmap $$DEPLOY_DIR &&
deploy.commands += cp -vfa $$[QT_INSTALL_TRANSLATIONS]/qt_??.qm $$DEPLOY_DIR/translations &&
deploy.commands += cp -vfa $$[QT_INSTALL_TRANSLATIONS]/qt_??_??.qm $$DEPLOY_DIR/translations &&
deploy.commands += cp -vfa $$[QT_INSTALL_TRANSLATIONS]/qtbase*.qm $$DEPLOY_DIR/translations &&
deploy.commands += cp -Rvf $$OUT_PWD/translations $$DEPLOY_DIR &&
exists($$DATABASE_BASE) : deploy.commands += cp -Rvf $$DATABASE_BASE $$DEPLOY_DIR &&
exists($$HELP_BASE) : deploy.commands += cp -Rvf $$HELP_BASE/* $$DEPLOY_DIR/help &&
deploy.commands += cp -vf $$PWD/desktop/\"Little Navmap Portable Linux.sh\" $$DEPLOY_DIR/\"Little Navmap Portable.sh\" &&
Expand Down
520 changes: 260 additions & 260 deletions littlenavmap_de.ts

Large diffs are not rendered by default.

520 changes: 260 additions & 260 deletions littlenavmap_fr.ts

Large diffs are not rendered by default.

520 changes: 260 additions & 260 deletions littlenavmap_it.ts

Large diffs are not rendered by default.

520 changes: 260 additions & 260 deletions littlenavmap_pt_BR.ts

Large diffs are not rendered by default.

522 changes: 261 additions & 261 deletions littlenavmap_zh.ts → littlenavmap_zh_CN.ts

Large diffs are not rendered by default.

Loading

0 comments on commit ac09adb

Please sign in to comment.