Skip to content

Commit

Permalink
Add Greek to the list of ScummVM supported languages, for FR #1723255…
Browse files Browse the repository at this point in the history
… - "FOTAQ code modifications (mostly for greek translation)"

svn-id: r29359
  • Loading branch information
bluegr committed Nov 1, 2007
1 parent f8e9ee1 commit a20ad01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/util.cpp
Expand Up @@ -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},
Expand Down
1 change: 1 addition & 0 deletions common/util.h
Expand Up @@ -126,6 +126,7 @@ enum Language {
EN_USA,
FR_FRA,
DE_DEU,
GR_GRE,
HB_ISR,
IT_ITA,
JA_JPN,
Expand Down

0 comments on commit a20ad01

Please sign in to comment.