From 60c6720441ae107b93a92e1e691f0a31a95e40c3 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 1 Nov 2007 17:06:03 +0000 Subject: Some changes to FOTAQ for the work in progress Greek translation in FR #1723255 - "FOTAQ code modifications (mostly for greek translation)": - Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360 --- engines/queen/resource.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/queen/resource.cpp') diff --git a/engines/queen/resource.cpp b/engines/queen/resource.cpp index 8e33051287..17ba9014fe 100644 --- a/engines/queen/resource.cpp +++ b/engines/queen/resource.cpp @@ -179,6 +179,8 @@ bool Resource::detectVersion(DetectedGameVersion *ver, Common::File *f) { case 'E': if (Common::parseLanguage(ConfMan.get("language")) == Common::RU_RUS) { ver->language = Common::RU_RUS; + } else if (Common::parseLanguage(ConfMan.get("language")) == Common::GR_GRE) { + ver->language = Common::GR_GRE; } else { ver->language = Common::EN_ANY; } -- cgit v1.2.3