From a199464b4b77c701bb05921c2a24ba0f5e13590e Mon Sep 17 00:00:00 2001 From: RedBlackAka Date: Thu, 30 Jan 2025 20:02:17 +0000 Subject: [PATCH] Fix Japanese and Greek not being included --- OpenRGB.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenRGB.pro b/OpenRGB.pro index 943cf316..c2da68c6 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -299,6 +299,7 @@ unix { #-----------------------------------------------------------------------------------------------# TRANSLATIONS += \ qt/i18n/OpenRGB_de_DE.ts \ + qt/i18n/OpenRGB_el_GR.ts \ qt/i18n/OpenRGB_en_US.ts \ qt/i18n/OpenRGB_en_AU.ts \ qt/i18n/OpenRGB_en_GB.ts \ @@ -306,6 +307,7 @@ TRANSLATIONS += qt/i18n/OpenRGB_fr_FR.ts \ qt/i18n/OpenRGB_hr_HR.ts \ qt/i18n/OpenRGB_it_IT.ts \ + qt/i18n/OpenRGB_ja_JP.ts \ qt/i18n/OpenRGB_ko_KR.ts \ qt/i18n/OpenRGB_ms_MY.ts \ qt/i18n/OpenRGB_pl_PL.ts \