diff options
author | Thierry Crozat | 2012-12-13 23:47:39 +0000 |
---|---|---|
committer | Thierry Crozat | 2012-12-13 23:51:44 +0000 |
commit | ebaa3fb6715fbbc3227edec2c1457e3a41c9212d (patch) | |
tree | 1054401650fc2d3ca25a3d824ea7b0b084143857 | |
parent | a468a2a57e478c769131d44ecbeeaf42a5716910 (diff) | |
download | scummvm-rg350-ebaa3fb6715fbbc3227edec2c1457e3a41c9212d.tar.gz scummvm-rg350-ebaa3fb6715fbbc3227edec2c1457e3a41c9212d.tar.bz2 scummvm-rg350-ebaa3fb6715fbbc3227edec2c1457e3a41c9212d.zip |
CREDITS: Adding credits for Belarusian translation
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -411,6 +411,9 @@ Other contributions Basque: Mikel Iturbe Urretxa + Belarusian: + Ivan Lukyanov + Catalan: Jordi Vilalta Prat diff --git a/devtools/credits.pl b/devtools/credits.pl index f5fc9d64eb..3c97e6ab0b 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -940,6 +940,9 @@ begin_credits("Credits"); begin_section("Basque"); add_person("Mikel Iturbe Urretxa", "", ""); end_section(); + begin_section("Belarusian"); + add_person("Ivan Lukyanov", "", ""); + end_section(); begin_section("Catalan"); add_person("Jordi Vilalta Prat", "jvprat", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 8a90f88429..f63f54a6fb 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -475,6 +475,9 @@ static const char *credits[] = { "C1""Basque", "C0""Mikel Iturbe Urretxa", "", +"C1""Belarusian", +"C0""Ivan Lukyanov", +"", "C1""Catalan", "C0""Jordi Vilalta Prat", "", |