[Scummvm-git-logs] scummvm-web master -> d734ee7c6ecbd94dda011ac749cc4ad8f52d468b
antoniou79
antoniou at cti.gr
Tue Nov 5 19:54:43 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
d734ee7c6e WEB: Use the Greek word for the Greek language option
Commit: d734ee7c6ecbd94dda011ac749cc4ad8f52d468b
https://github.com/scummvm/scummvm-web/commit/d734ee7c6ecbd94dda011ac749cc4ad8f52d468b
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-11-05T20:53:50+02:00
Commit Message:
WEB: Use the Greek word for the Greek language option
Changed paths:
public_html/index.php
diff --git a/public_html/index.php b/public_html/index.php
index 36b6460..b10fd11 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -14,7 +14,7 @@ $available_languages = array(
'fr' => 'Français',
'it' => 'Italiano',
'ru' => 'Ð ÑÑÑкий',
- 'el' => 'Greek'
+ 'el' => 'Îλληνικά'
);
function get_preferred_languages()
More information about the Scummvm-git-logs
mailing list