[Scummvm-git-logs] scummvm-web master -> 6a1f728b5e5217163538cb7ed038fa6016b6a4ee

Mataniko mataniko at gmail.com
Sun Nov 18 14:32:31 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:
6a1f728b5e BUILD: Push I18N updates back to git


Commit: 6a1f728b5e5217163538cb7ed038fa6016b6a4ee
    https://github.com/scummvm/scummvm-web/commit/6a1f728b5e5217163538cb7ed038fa6016b6a4ee
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-11-18T08:32:13-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