Skip to content

Commit d3d3185

Browse files
hayashida-katsutoshiuglide
authored andcommitted
Add a translation in Japanese (RedisInsight#4537)
* Add a translation in Japanese * Update global settings to add Japanese translation. * Correct wording in Japanese. I misread Connect with Cannot.
1 parent 3394193 commit d3d3185

File tree

4 files changed

+1247
-1
lines changed

4 files changed

+1247
-1
lines changed

src/qml/GlobalSettings.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Dialog {
4444
Layout.fillWidth: true
4545
Layout.preferredHeight: 40
4646

47-
model: ["system", "en_US", "zh_CN", "zh_TW", "ru_RU", "es_ES"]
47+
model: ["system", "en_US", "zh_CN", "zh_TW", "ru_RU", "es_ES", "ja_JP"]
4848
value: "system"
4949
label: qsTranslate("RDM","Language")
5050
description: qsTranslate("RDM","Application restart is needed to apply this setting.")

src/rdm.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,6 @@ TRANSLATIONS = \
170170
$$PWD/resources/translations/rdm_zh_TW.ts \
171171
$$PWD/resources/translations/rdm_ru_RU.ts \
172172
$$PWD/resources/translations/rdm_es_ES.ts \
173+
$$PWD/resources/translations/rdm_ja_JP.ts \
173174

174175
CODECFORSRC = UTF-8

src/resources/tr.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<file>translations/rdm_zh_TW.qm</file>
55
<file>translations/rdm_ru_RU.qm</file>
66
<file>translations/rdm_es_ES.qm</file>
7+
<file>translations/rdm_ja_JP.qm</file>
78
</qresource>
89
</RCC>

0 commit comments

Comments
 (0)