From f3af0e246c942cee5ff26507155dc40ec1e95594 Mon Sep 17 00:00:00 2001 From: Leon Styhre <leon@leonstyhre.com> Date: Tue, 3 Sep 2024 23:05:13 +0200 Subject: [PATCH] Added a menu title font size adjustment for the ru_RU translations --- es-core/src/utils/LocalizationUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/es-core/src/utils/LocalizationUtil.cpp b/es-core/src/utils/LocalizationUtil.cpp index 5724b7842..bf0d350ae 100644 --- a/es-core/src/utils/LocalizationUtil.cpp +++ b/es-core/src/utils/LocalizationUtil.cpp @@ -204,6 +204,8 @@ namespace Utils sMenuTitleScaleFactor = 0.94f; else if (localePair.first == "pt") sMenuTitleScaleFactor = 0.90f; + else if (localePair.first == "ru") + sMenuTitleScaleFactor = 0.94f; else if (localePair.first == "sv") sMenuTitleScaleFactor = 0.87f; else if (localePair.first == "ja")