[Scummvm-git-logs] scummvm-web master -> 2e353f34cedcc84b7f93ccc339f5bbe88334885a
lotharsm
mail at serra.me
Mon Aug 3 16:58:31 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:
2e353f34ce I18N: Fix adding brazilian portuguese translation to the website
Commit: 2e353f34cedcc84b7f93ccc339f5bbe88334885a
https://github.com/scummvm/scummvm-web/commit/2e353f34cedcc84b7f93ccc339f5bbe88334885a
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-08-03T18:58:00+02:00
Commit Message:
I18N: Fix adding brazilian portuguese translation to the website
Changed paths:
public_html/index.php
diff --git a/public_html/index.php b/public_html/index.php
index a8b2a45b..6b0247e2 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -13,7 +13,7 @@ $available_languages = array(
'de' => 'Deutsch',
'fr' => 'Français',
'it' => 'Italiano',
- 'es' => 'Español'
+ 'es' => 'Español',
'pt_BR' => 'Portuguêsdo Brasil',
'ru' => 'Ð ÑÑÑкий',
'el' => 'Îλληνικά'
More information about the Scummvm-git-logs
mailing list