aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl3
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 05e798e570..e7d3369c81 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -399,6 +399,9 @@ Other contributions
Spanish:
Tomas Maidagan
+ Swedish:
+ Hampus Flink
+
Ukrainian:
Lubomyr Lisen
diff --git a/gui/credits.h b/gui/credits.h
index 93ce99acb6..00a0214d4d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -448,6 +448,9 @@ static const char *credits[] = {
"C1""Spanish",
"C0""Tom\341s Maidagan",
"",
+"C1""Swedish",
+"C0""Hampus Flink",
+"",
"C1""Ukrainian",
"C0""Lubomyr Lisen",
"",
diff --git a/tools/credits.pl b/tools/credits.pl
index bd1060fb76..f5bea402b0 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -951,6 +951,9 @@ begin_credits("Credits");
begin_section("Spanish");
add_person("Tomás Maidagan", "Truido", "");
end_section();
+ begin_section("Swedish");
+ add_person("Hampus Flink", "", "");
+ end_section();
begin_section("Ukrainian");
add_person("Lubomyr Lisen", "", "");
end_section();