localization: Rename Chinese translation file to match locale

This allows the file to be included in the language box
(Qt wasn't recognizing the "cn" suffix as a valid locale).
This commit is contained in:
Samir Aguiar
2015-01-18 03:04:03 +01:00
parent 6d6544043d
commit eb1a32ef24
3 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ set(SQLB_MISC
# Translation files
set(SQLB_TSS
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_cn.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_zh.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_de.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_fr.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ru.ts"

View File

@@ -87,7 +87,7 @@ FORMS += \
CipherDialog.ui
TRANSLATIONS += \
translations/sqlb_cn.ts \
translations/sqlb_zh.ts \
translations/sqlb_de.ts \
translations/sqlb_fr.ts \
translations/sqlb_ru.ts