[Scummvm-cvs-logs] SF.net SVN: scummvm: [29359] scummvm/trunk/common

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Nov 1 18:02:28 CET 2007


Revision: 29359
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29359&view=rev
Author:   thebluegr
Date:     2007-11-01 10:02:28 -0700 (Thu, 01 Nov 2007)

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

Modified Paths:
--------------
    scummvm/trunk/common/util.cpp
    scummvm/trunk/common/util.h

Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp	2007-11-01 16:40:46 UTC (rev 29358)
+++ scummvm/trunk/common/util.cpp	2007-11-01 17:02:28 UTC (rev 29359)
@@ -189,6 +189,7 @@
 	{"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},

Modified: scummvm/trunk/common/util.h
===================================================================
--- scummvm/trunk/common/util.h	2007-11-01 16:40:46 UTC (rev 29358)
+++ scummvm/trunk/common/util.h	2007-11-01 17:02:28 UTC (rev 29359)
@@ -126,6 +126,7 @@
 	EN_USA,
 	FR_FRA,
 	DE_DEU,
+	GR_GRE,
 	HB_ISR,
 	IT_ITA,
 	JA_JPN,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list