[Scummvm-git-logs] scummvm-web master -> 2defc0fef66e4745612c43ef351cdafe348c2b72

Mataniko mataniko at gmail.com
Sun Nov 18 14:37:55 CET 2018


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:
2defc0fef6 BUILD: Push I18N updates back to git


Commit: 2defc0fef66e4745612c43ef351cdafe348c2b72
    https://github.com/scummvm/scummvm-web/commit/2defc0fef66e4745612c43ef351cdafe348c2b72
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-11-18T08:36:32-05:00

Commit Message:
BUILD: Push I18N updates back to git

Changed paths:
    site-update/install.sh


diff --git a/site-update/install.sh b/site-update/install.sh
index 7e08c78..8b0f5ea 100755
--- a/site-update/install.sh
+++ b/site-update/install.sh
@@ -40,6 +40,12 @@ echo "Composer home:" $COMPOSER_HOME
 echo '$ composer install'
 composer install 2>&1
 
+# Update i18n
+echo 'Update base news translation file'
+git add data/news/i18n/news.en.json
+git commit -m "I18N: Update base news translation file"
+git push
+
 # Run npm install
 echo "$ npm install"
 npm install 2>&1





More information about the Scummvm-git-logs mailing list