From 9436b5555618539cd6015fd7aca0119c4a1e4e96 Mon Sep 17 00:00:00 2001 From: OctopusET Date: Mon, 22 Jan 2024 17:49:55 +0000 Subject: [PATCH] Fix language code in qt/i18n --- OpenRGB.pro | 16 ++++++++-------- qt/i18n/{OpenRGB_de.ts => OpenRGB_de_DE.ts} | 0 qt/i18n/{OpenRGB_en.ts => OpenRGB_en_US.ts} | 0 qt/i18n/{OpenRGB_es.ts => OpenRGB_es_ES.ts} | 0 qt/i18n/{OpenRGB_fr.ts => OpenRGB_fr_FR.ts} | 0 qt/i18n/{OpenRGB_hr.ts => OpenRGB_hr_HR.ts} | 0 qt/i18n/{OpenRGB_ja_jp.ts => OpenRGB_ja_JP.ts} | 6 +++--- qt/i18n/{OpenRGB_pl.ts => OpenRGB_pl_PL.ts} | 0 qt/i18n/{OpenRGB_ru.ts => OpenRGB_ru_RU.ts} | 0 qt/i18n/{OpenRGB_zh.ts => OpenRGB_zh_CN.ts} | 0 10 files changed, 11 insertions(+), 11 deletions(-) rename qt/i18n/{OpenRGB_de.ts => OpenRGB_de_DE.ts} (100%) rename qt/i18n/{OpenRGB_en.ts => OpenRGB_en_US.ts} (100%) rename qt/i18n/{OpenRGB_es.ts => OpenRGB_es_ES.ts} (100%) rename qt/i18n/{OpenRGB_fr.ts => OpenRGB_fr_FR.ts} (100%) rename qt/i18n/{OpenRGB_hr.ts => OpenRGB_hr_HR.ts} (100%) rename qt/i18n/{OpenRGB_ja_jp.ts => OpenRGB_ja_JP.ts} (99%) rename qt/i18n/{OpenRGB_pl.ts => OpenRGB_pl_PL.ts} (100%) rename qt/i18n/{OpenRGB_ru.ts => OpenRGB_ru_RU.ts} (100%) rename qt/i18n/{OpenRGB_zh.ts => OpenRGB_zh_CN.ts} (100%) diff --git a/OpenRGB.pro b/OpenRGB.pro index 95620702..b2210914 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -1608,18 +1608,18 @@ RESOURCES += qt/resources.qrc \ TRANSLATIONS += \ - qt/i18n/OpenRGB_de.ts \ - qt/i18n/OpenRGB_en.ts \ + qt/i18n/OpenRGB_de_DE.ts \ + qt/i18n/OpenRGB_en_US.ts \ qt/i18n/OpenRGB_en_AU.ts \ qt/i18n/OpenRGB_en_GB.ts \ - qt/i18n/OpenRGB_es.ts \ - qt/i18n/OpenRGB_fr.ts \ - qt/i18n/OpenRGB_hr.ts \ + qt/i18n/OpenRGB_es_ES.ts \ + qt/i18n/OpenRGB_fr_FR.ts \ + qt/i18n/OpenRGB_hr_HR.ts \ qt/i18n/OpenRGB_ms_MY.ts \ - qt/i18n/OpenRGB_pl.ts \ + qt/i18n/OpenRGB_pl_PL.ts \ qt/i18n/OpenRGB_pt_BR.ts \ - qt/i18n/OpenRGB_ru.ts \ - qt/i18n/OpenRGB_zh.ts \ + qt/i18n/OpenRGB_ru_RU.ts \ + qt/i18n/OpenRGB_zh_CN.ts \ qt/i18n/OpenRGB_zh_TW.ts \ FORMS += \ diff --git a/qt/i18n/OpenRGB_de.ts b/qt/i18n/OpenRGB_de_DE.ts similarity index 100% rename from qt/i18n/OpenRGB_de.ts rename to qt/i18n/OpenRGB_de_DE.ts diff --git a/qt/i18n/OpenRGB_en.ts b/qt/i18n/OpenRGB_en_US.ts similarity index 100% rename from qt/i18n/OpenRGB_en.ts rename to qt/i18n/OpenRGB_en_US.ts diff --git a/qt/i18n/OpenRGB_es.ts b/qt/i18n/OpenRGB_es_ES.ts similarity index 100% rename from qt/i18n/OpenRGB_es.ts rename to qt/i18n/OpenRGB_es_ES.ts diff --git a/qt/i18n/OpenRGB_fr.ts b/qt/i18n/OpenRGB_fr_FR.ts similarity index 100% rename from qt/i18n/OpenRGB_fr.ts rename to qt/i18n/OpenRGB_fr_FR.ts diff --git a/qt/i18n/OpenRGB_hr.ts b/qt/i18n/OpenRGB_hr_HR.ts similarity index 100% rename from qt/i18n/OpenRGB_hr.ts rename to qt/i18n/OpenRGB_hr_HR.ts diff --git a/qt/i18n/OpenRGB_ja_jp.ts b/qt/i18n/OpenRGB_ja_JP.ts similarity index 99% rename from qt/i18n/OpenRGB_ja_jp.ts rename to qt/i18n/OpenRGB_ja_JP.ts index cf85db43..c1aaf1cb 100644 --- a/qt/i18n/OpenRGB_ja_jp.ts +++ b/qt/i18n/OpenRGB_ja_JP.ts @@ -1,6 +1,6 @@ - + Ambient @@ -3184,7 +3184,7 @@ Using an effect on a device WILL damage the flash or controller Plugin files (*.dll *.dylib *.so *.so.*) - プラグインファイル (*.dll *.dylib *.so *.so.*) + プラグインファイル (*.dll *.dylib *.so *.so.*) @@ -3248,7 +3248,7 @@ Using an effect on a device WILL damage the flash or controller System Default - システム + システム diff --git a/qt/i18n/OpenRGB_pl.ts b/qt/i18n/OpenRGB_pl_PL.ts similarity index 100% rename from qt/i18n/OpenRGB_pl.ts rename to qt/i18n/OpenRGB_pl_PL.ts diff --git a/qt/i18n/OpenRGB_ru.ts b/qt/i18n/OpenRGB_ru_RU.ts similarity index 100% rename from qt/i18n/OpenRGB_ru.ts rename to qt/i18n/OpenRGB_ru_RU.ts diff --git a/qt/i18n/OpenRGB_zh.ts b/qt/i18n/OpenRGB_zh_CN.ts similarity index 100% rename from qt/i18n/OpenRGB_zh.ts rename to qt/i18n/OpenRGB_zh_CN.ts