mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-19 12:08:23 -05:00
Japanese Localization.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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) {
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user