Italian translation (#1584)

Partial Italian translation for now.  Will be continued later as time permits.
This commit is contained in:
Feyn-Man
2018-12-08 04:39:34 +01:00
committed by Justin Clift
parent f2be488898
commit 6431998470
5 changed files with 5333 additions and 1 deletions
+1
View File
@@ -247,6 +247,7 @@ set(SQLB_TSS
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ko_KR.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_tr.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_uk_UA.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_it.ts"
)
# Windows image format plugin files
+2 -1
View File
@@ -163,7 +163,8 @@ TRANSLATIONS += \
translations/sqlb_en_GB.ts \
translations/sqlb_ko_KR.ts \
translations/sqlb_tr.ts \
translations/sqlb_uk_UA.ts
translations/sqlb_uk_UA.ts \
translations/sqlb_it.ts
# SQLite / SQLCipher switch pieces
CONFIG(sqlcipher) {
Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

File diff suppressed because it is too large Load Diff
+1
View File
@@ -14,5 +14,6 @@
<file alias="sqlb_ko_KR">sqlb_ko_KR.qm</file>
<file alias="sqlb_tr">sqlb_tr.qm</file>
<file alias="sqlb_uk_UA">sqlb_uk_UA.qm</file>
<file alias="sqlb_it">sqlb_it.qm</file>
</qresource>
</RCC>