mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-13 15:29:15 -05:00
i18n: Add Polish translation (#1456)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
committed by
Martin Kleusberg
parent
788134eee6
commit
44920ce098
@@ -233,6 +233,7 @@ set(SQLB_TSS
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_es_ES.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_fr.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ru.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_pl.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_pt_BR.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_en_GB.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ko_KR.ts"
|
||||
|
||||
@@ -147,6 +147,7 @@ TRANSLATIONS += \
|
||||
translations/sqlb_es_ES.ts \
|
||||
translations/sqlb_fr.ts \
|
||||
translations/sqlb_ru.ts \
|
||||
translations/sqlb_pl.ts \
|
||||
translations/sqlb_pt_BR.ts \
|
||||
translations/sqlb_en_GB.ts \
|
||||
translations/sqlb_ko_KR.ts \
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,6 +7,7 @@
|
||||
<file alias="sqlb_fr">sqlb_fr.qm</file>
|
||||
<file alias="sqlb_zh">sqlb_zh.qm</file>
|
||||
<file alias="sqlb_zh_TW">sqlb_zh_TW.qm</file>
|
||||
<file alias="sqlb_pl">sqlb_pl.qm</file>
|
||||
<file alias="sqlb_pt_BR">sqlb_pt_BR.qm</file>
|
||||
<file alias="sqlb_en_GB">sqlb_en_GB.qm</file>
|
||||
<file alias="sqlb_es_ES">sqlb_es_ES.qm</file>
|
||||
|
||||
Reference in New Issue
Block a user