Japanese Localization.

This commit is contained in:
WATAHIKI Hiroyuki
2020-02-15 02:34:58 +09:00
parent 5f016f5814
commit 9a1cc66503
7 changed files with 5468 additions and 1 deletions
+1
View File
@@ -286,6 +286,7 @@ set(SQLB_TSS
"${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"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ja.ts"
)
# Windows image format plugin files
+14
View File
@@ -91,6 +91,13 @@
<Component><File Source="$(var.QtPath)\translations\qtmultimedia_it.qm" /></Component>
<Component><File Source="$(var.QtPath)\translations\qtscript_it.qm" /></Component>
<Component><File Source="$(var.QtPath)\translations\qtxmlpatterns_it.qm" /></Component>
<!-- Japanese -->
<Component><File Source="$(var.QtPath)\translations\qt_jp.qm" /></Component>
<Component><File Source="$(var.QtPath)\translations\qtbase_jp.qm" /></Component>
<Component><File Source="$(var.QtPath)\translations\qtmultimedia_jp.qm" /></Component>
<Component><File Source="$(var.QtPath)\translations\qtscript_jp.qm" /></Component>
<Component><File Source="$(var.QtPath)\translations\qtxmlpatterns_jp.qm" /></Component>
<!-- Korean -->
<Component><File Source="$(var.QtPath)\translations\qt_ko.qm" /></Component>
@@ -204,6 +211,13 @@
<ComponentRef Id="qtscript_it.qm" />
<ComponentRef Id="qtxmlpatterns_it.qm" />
<!-- Japanese -->
<ComponentRef Id="qt_jp.qm" />
<ComponentRef Id="qtbase_jp.qm" />
<ComponentRef Id="qtmultimedia_jp.qm" />
<ComponentRef Id="qtscript_jp.qm" />
<ComponentRef Id="qtxmlpatterns_jp.qm" />
<!-- Korean -->
<ComponentRef Id="qt_ko.qm" />
<ComponentRef Id="qtbase_ko.qm" />
+2 -1
View File
@@ -182,7 +182,8 @@ TRANSLATIONS += \
translations/sqlb_ko_KR.ts \
translations/sqlb_tr.ts \
translations/sqlb_uk_UA.ts \
translations/sqlb_it.ts
translations/sqlb_it.ts \
translations/sqlb_ja.ts
# SQLite / SQLCipher switch pieces
CONFIG(sqlcipher) {
+1
View File
@@ -17,5 +17,6 @@
<file alias="uk_UA">ua.png</file>
<file alias="ar_EG">eg.png</file>
<file alias="pl_PL">pl.png</file>
<file alias="ja_JP">jp.png</file>
</qresource>
</RCC>
Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

File diff suppressed because it is too large Load Diff
+1
View File
@@ -15,5 +15,6 @@
<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>
<file alias="sqlb_ja">sqlb_ja.qm</file>
</qresource>
</RCC>