[Scummvm-git-logs] scummvm-web master -> 9e0a85801cc6974d5ecf06d22579d2d542166aed
lotharsm
mail at serra.me
Sat Feb 22 14:50:45 UTC 2020
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:
9e0a85801c WEB: Add spanish language option to the website
Commit: 9e0a85801cc6974d5ecf06d22579d2d542166aed
https://github.com/scummvm/scummvm-web/commit/9e0a85801cc6974d5ecf06d22579d2d542166aed
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-02-22T15:50:20+01:00
Commit Message:
WEB: Add spanish language option to the website
Changed paths:
public_html/index.php
diff --git a/public_html/index.php b/public_html/index.php
index b4dbff3..93aaff7 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -13,6 +13,7 @@ $available_languages = array(
'de' => 'Deutsch',
'fr' => 'Français',
'it' => 'Italiano',
+ 'es' => 'Español',
'ru' => 'Ð ÑÑÑкий',
'el' => 'Îλληνικά'
);
More information about the Scummvm-git-logs
mailing list