i18n: Add Polish translation (#1456)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
Marcin Mikołajczak
2018-07-10 23:12:28 +02:00
committed by Martin Kleusberg
parent 788134eee6
commit 44920ce098
4 changed files with 4752 additions and 0 deletions
+1
View File
@@ -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"
+1
View File
@@ -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
+1
View File
@@ -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>