i18n: update ts files, restructure folder hierarchy

This commit is contained in:
Gary Wang
2021-03-13 14:29:57 +08:00
parent 05f808a26d
commit f7cc22a032
12 changed files with 986 additions and 1451 deletions

View File

@ -76,7 +76,7 @@ set (PPIC_RC_FILES
set (EXE_NAME ppic)
# Translation
file (GLOB PPIC_TS_FILES translations/*.ts)
file (GLOB PPIC_TS_FILES app/translations/*.ts)
set (PPIC_CPP_FILES_FOR_I18N ${PPIC_CPP_FILES})
qt5_create_translation(PPIC_QM_FILES ${PPIC_CPP_FILES_FOR_I18N} ${PPIC_TS_FILES})