[Scummvm-git-logs] scummvm-web master -> b7649d46f95abbe471435b6aa1058fe09edb66b5

lotharsm mail at serra.me
Sat Feb 22 14:54:17 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:
b7649d46f9 WEB: Add spanish to the internal language array


Commit: b7649d46f95abbe471435b6aa1058fe09edb66b5
    https://github.com/scummvm/scummvm-web/commit/b7649d46f95abbe471435b6aa1058fe09edb66b5
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-02-22T15:53:57+01:00

Commit Message:
WEB: Add spanish to the internal language array

Changed paths:
    include/I18N.php


diff --git a/include/I18N.php b/include/I18N.php
index f3cca24..567b86d 100644
--- a/include/I18N.php
+++ b/include/I18N.php
@@ -21,7 +21,7 @@ class I18N
         $config = \HTMLPurifier_Config::createDefault();
         $this->purifier = new \HTMLPurifier($config);
 
-        $langs = ['en', 'it', 'fr', 'ru', 'de', 'el'];
+        $langs = ['en', 'it', 'fr', 'ru', 'de', 'es', 'el'];
         foreach ($langs as $key => $value) {
             $this->convertLanguageJsonToSmartyIni('lang.' . $value);
             $this->updateNewsI18n($value);




More information about the Scummvm-git-logs mailing list