From ff86f7db34762b5a5bae067706094b60ffed67cd Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 11 May 2003 21:34:30 +0000 Subject: [PATCH] - Add Greek to the list of supported languages --- include/languages.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/languages.inc b/include/languages.inc index 30437cce6..2346af0ad 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -23,6 +23,7 @@ $LANGUAGES = array( 'fi' => 'Finnish', 'fr' => 'French', 'de' => 'German', + 'el' => 'Greek', 'he' => 'Hebrew', 'hu' => 'Hungarian', 'it' => 'Italian', @@ -37,4 +38,4 @@ $LANGUAGES = array( 'sv' => 'Swedish', 'tr' => 'Turkish', ); -?> \ No newline at end of file +?>