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