Skip to content

Commit

Permalink
correcting language codename of file to match internal generic zh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetee committed Jul 20, 2019
1 parent bce8bec commit 9536599
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations/generating these qm files.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set PATH=%PATH%;C:\Qt\5.12.2\msvc2017_64\bin
lrelease.exe -nounfinished locale_nl.ts locale_de.ts locale_fr.ts locale_zh-hans.ts
lrelease.exe -nounfinished locale_nl.ts locale_de.ts locale_fr.ts locale_zh.ts
PAUSE
2 changes: 1 addition & 1 deletion translations/generating these ts files.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set PATH=%PATH%;C:\Qt\5.12.2\msvc2017_64\bin
lupdate.exe -locations relative -no-obsolete ../ -ts locale_de.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_fr.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_nl.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_zh-hans.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_zh.ts
PAUSE
File renamed without changes.
File renamed without changes.

0 comments on commit 9536599

Please sign in to comment.