[Scummvm-git-logs] scummvm master -> 34af205e81682f9edeeae9f97f126050f0372343
sev-
sev at scummvm.org
Thu Oct 1 09:40:08 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:
667d584a9c I18N: Use English for language names requiring special font.
34af205e81 I18N: Regenerate translations.dat
Commit: 667d584a9c72941a063f3569c03f204816c2a1ae
https://github.com/scummvm/scummvm/commit/667d584a9c72941a063f3569c03f204816c2a1ae
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-01T11:38:50+02:00
Commit Message:
I18N: Use English for language names requiring special font.
Otherwise they're not visible in the list
Changed paths:
po/he.po
po/ko.po
po/zh.po
diff --git a/po/he.po b/po/he.po
index f4ce787f3f..4b39169134 100644
--- a/po/he.po
+++ b/po/he.po
@@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 4.0.4\n"
-"X-Language-name: ת×ר××¢\n"
+"X-Language-name: Hebrew\n"
#: gui/about.cpp:102
#, c-format
diff --git a/po/ko.po b/po/ko.po
index 7230ffe369..25c2b4b630 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -18,6 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.0.4\n"
+"X-Language-name: Korean\n"
#: gui/about.cpp:102
#, c-format
diff --git a/po/zh.po b/po/zh.po
index 22e0ee27b2..704fc1c04f 100644
--- a/po/zh.po
+++ b/po/zh.po
@@ -18,6 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.0.4\n"
+"X-Language-name: Chinese (Traditional)\n"
#: gui/about.cpp:102
#, c-format
Commit: 34af205e81682f9edeeae9f97f126050f0372343
https://github.com/scummvm/scummvm/commit/34af205e81682f9edeeae9f97f126050f0372343
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-01T11:39:41+02:00
Commit Message:
I18N: Regenerate translations.dat
Changed paths:
gui/themes/translations.dat
diff --git a/gui/themes/translations.dat b/gui/themes/translations.dat
index dfd3cb81d9..fa0a902d44 100644
Binary files a/gui/themes/translations.dat and b/gui/themes/translations.dat differ
More information about the Scummvm-git-logs
mailing list