mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-09 05:19:55 -05:00
Italian translation (#1584)
Partial Italian translation for now. Will be continued later as time permits.
This commit is contained in:
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user