Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTAQ code modifications (mostly for greek translation)"

svn-id: r29359
This commit is contained in:
Filippos Karapetis 2007-11-01 17:02:28 +00:00
parent f8e9ee1e2b
commit a20ad01075
2 changed files with 2 additions and 0 deletions

View file

@ -189,6 +189,7 @@ const LanguageDescription g_languages[] = {
{"us", "English (US)", EN_USA}, {"us", "English (US)", EN_USA},
{"fr", "French", FR_FRA}, {"fr", "French", FR_FRA},
{"de", "German", DE_DEU}, {"de", "German", DE_DEU},
{"gr", "Greek", GR_GRE},
{"hb", "Hebrew", HB_ISR}, {"hb", "Hebrew", HB_ISR},
{"it", "Italian", IT_ITA}, {"it", "Italian", IT_ITA},
{"jp", "Japanese", JA_JPN}, {"jp", "Japanese", JA_JPN},

View file

@ -126,6 +126,7 @@ enum Language {
EN_USA, EN_USA,
FR_FRA, FR_FRA,
DE_DEU, DE_DEU,
GR_GRE,
HB_ISR, HB_ISR,
IT_ITA, IT_ITA,
JA_JPN, JA_JPN,