aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/util.cpp1
-rw-r--r--common/util.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 18e5848725..41f35a8a0e 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -189,6 +189,7 @@ const LanguageDescription g_languages[] = {
{"us", "English (US)", EN_USA},
{"fr", "French", FR_FRA},
{"de", "German", DE_DEU},
+ {"gr", "Greek", GR_GRE},
{"hb", "Hebrew", HB_ISR},
{"it", "Italian", IT_ITA},
{"jp", "Japanese", JA_JPN},
diff --git a/common/util.h b/common/util.h
index 2d55bf1fda..99b003f380 100644
--- a/common/util.h
+++ b/common/util.h
@@ -126,6 +126,7 @@ enum Language {
EN_USA,
FR_FRA,
DE_DEU,
+ GR_GRE,
HB_ISR,
IT_ITA,
JA_JPN,