diff options
author | Filippos Karapetis | 2007-11-01 17:02:28 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-11-01 17:02:28 +0000 |
commit | a20ad01075a4387bc9731859db1a74f90a144d0d (patch) | |
tree | 063597bec2fb499cfd2a66cd703f7c8cd2da24d7 /common | |
parent | f8e9ee1e2b603fe41d1b15d351b077d1b71e972e (diff) | |
download | scummvm-rg350-a20ad01075a4387bc9731859db1a74f90a144d0d.tar.gz scummvm-rg350-a20ad01075a4387bc9731859db1a74f90a144d0d.tar.bz2 scummvm-rg350-a20ad01075a4387bc9731859db1a74f90a144d0d.zip |
Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTAQ code modifications (mostly for greek translation)"
svn-id: r29359
Diffstat (limited to 'common')
-rw-r--r-- | common/util.cpp | 1 | ||||
-rw-r--r-- | common/util.h | 1 |
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, |