1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 18:29:47 +02:00

Update Translations - Brazilian

This commit is contained in:
Gregor Santner 2016-08-07 22:52:00 +02:00
parent 6aa16baec7
commit e5219c4f78
7 changed files with 116 additions and 5 deletions

View file

@ -19,8 +19,15 @@ argc=$#
cd "$SCRIPTDIR"
if [ ! -f "crowdin.yaml" ] ; then
echo "base_path: $(realpath '../../')" > 'crowdin.yaml'
echo "project_identifier: diaspora-for-android" > 'crowdin.yaml'
echo "base_path: $(realpath '../../')" >>'crowdin.yaml'
echo "api_key: DONT_PUSH_API_KEY" >>'crowdin.yaml'
cat "../../crowdin.yaml" >> "crowdin.yaml"
echo "# Add all non locality languages here" >> "crowdin.yaml"
echo "# (e.g. enUS, enUK, deCH, deAT will automatically go into the right folder)" >> "crowdin.yaml"
echo "# Otherwise e.g. en would get added into the folder enEN (which is wrong)." >> "crowdin.yaml"
echo "# https://crowdin.com/page/api/language-codes contains supported language codes" >> "crowdin.yaml"
echo "# The first listed ones here are diffently managed by crowdin than on android" >> "crowdin.yaml"
fi
if grep -q "DONT_PUSH" "crowdin.yaml" ; then