[Scummvm-git-logs] scummvm master -> 89d07e70843ca5cd91af212db8aabd9bacd03797
sev-
sev at scummvm.org
Thu Oct 1 09:41:20 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4e3c43ce16 GUI: RTL: Fix gltichiness when switch to rtl-gui when theme doesn't support.
89d07e7084 I18N: Add name for hindi language
Commit: 4e3c43ce1631b677c883eeab2335424e83560e24
https://github.com/scummvm/scummvm/commit/4e3c43ce1631b677c883eeab2335424e83560e24
Author: aryanrawlani28 (aryanrawlani007 at gmail.com)
Date: 2020-10-01T11:41:16+02:00
Commit Message:
GUI: RTL: Fix gltichiness when switch to rtl-gui when theme doesn't support.
Changed paths:
gui/options.cpp
diff --git a/gui/options.cpp b/gui/options.cpp
index 53bdda5b8e..82d6e425bc 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2297,7 +2297,6 @@ void GlobalOptionsDialog::apply() {
ConfMan.set("gui_language", newLang);
newCharset = TransMan.getCurrentCharset();
isRebuildNeeded = true;
- g_gui.setLanguageRTL();
}
bool guiUseGameLanguage = _guiLanguageUseGameLanguageCheckbox->getState();
Commit: 89d07e70843ca5cd91af212db8aabd9bacd03797
https://github.com/scummvm/scummvm/commit/89d07e70843ca5cd91af212db8aabd9bacd03797
Author: aryanrawlani28 (aryanrawlani007 at gmail.com)
Date: 2020-10-01T11:41:16+02:00
Commit Message:
I18N: Add name for hindi language
Changed paths:
po/hi.po
diff --git a/po/hi.po b/po/hi.po
index 6f2c7692ec..b235ddafb0 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -18,6 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.0.4\n"
+"X-Language-name: Hindi\n"
#: gui/about.cpp:102
#, c-format
More information about the Scummvm-git-logs
mailing list