[Scummvm-git-logs] scummvm master -> f8e9355ffa624c63f4b96b0a6645d5ca41be0dd7
sev-
noreply at scummvm.org
Wed Nov 17 23:50:25 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f8e9355ffa CREDITS: Add credits for the Prince translation
Commit: f8e9355ffa624c63f4b96b0a6645d5ca41be0dd7
https://github.com/scummvm/scummvm/commit/f8e9355ffa624c63f4b96b0a6645d5ca41be0dd7
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-11-18T00:50:19+01:00
Commit Message:
CREDITS: Add credits for the Prince translation
Changed paths:
AUTHORS
devtools/credits.pl
doc/docportal/help/credits.rst
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index 9178b71bea..4939dd2693 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -868,6 +868,11 @@ Other contributions
Hugo Labrande - Improve English translation
Thierry Crozat - Improve English translation
+ Prince:
+ ShinjiGR - English translation
+ Eugene Sandulenko - English translation
+ Anna Baldur - English translation
+
Supernova:
Joseph-Eugene Winzer - English translation
Thierry Crozat - English translation
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 76c71ea1af..e211795b2b 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -911,6 +911,11 @@ begin_credits("Credits");
add_person("Hugo Labrande", "", "Improve English translation");
add_person("Thierry Crozat", "criezy", "Improve English translation");
end_section();
+ begin_section("Prince");
+ add_person("", "ShinjiGR", "English translation");
+ add_person("Eugene Sandulenko", "sev", "English translation");
+ add_person("Anna Baldur", "Balduranne", "English translation");
+ end_section();
begin_section("Supernova");
add_person("Joseph-Eugene Winzer", "Joefish", "English translation");
add_person("Thierry Crozat", "criezy", "English translation");
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 6490ce66aa..91e1317ec6 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -2181,6 +2181,19 @@ Mortevielle
* - Thierry Crozat
- Improve English translation
+Prince
+^^^^^^
+
+.. list-table::
+ :widths: 35 65
+
+ * - ShinjiGR
+ - English translation
+ * - Eugene Sandulenko
+ - English translation
+ * - Anna Baldur
+ - English translation
+
Supernova
^^^^^^^^^
diff --git a/gui/credits.h b/gui/credits.h
index f0b3f72657..cffb6b4bd7 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -1043,6 +1043,14 @@ static const char *credits[] = {
"C0""Thierry Crozat",
"C2""Improve English translation",
"",
+"C1""Prince",
+"C0""ShinjiGR",
+"C2""English translation",
+"C0""Eugene Sandulenko",
+"C2""English translation",
+"C0""Anna Baldur",
+"C2""English translation",
+"",
"C1""Supernova",
"C0""Joseph-Eugene Winzer",
"C2""English translation",
More information about the Scummvm-git-logs
mailing list