aboutsummaryrefslogtreecommitdiffstats
path: root/crowdin
diff options
context:
space:
mode:
Diffstat (limited to 'crowdin')
-rwxr-xr-xcrowdin/update4
-rwxr-xr-xcrowdin/upload4
2 files changed, 4 insertions, 4 deletions
diff --git a/crowdin/update b/crowdin/update
index 0546f97..984b62f 100755
--- a/crowdin/update
+++ b/crowdin/update
@@ -4,8 +4,8 @@
#
# This script updates
# main/res/values/strings.xml
-# and
# cgeo-calendar/res/values/strings.xml
+# cgeo-contacts/res/values/strings.xml
# in crowdin by uploading the files from master to crowdin.
#
#
@@ -26,4 +26,4 @@ sleep 5
update_file main/res/values/strings.xml /cgeo/strings.xml
update_file cgeo-calendar/res/values/strings.xml /cgeo-calendar/strings.xml
-
+update_file cgeo-contacts/res/values/strings.xml /cgeo-contacts/strings.xml
diff --git a/crowdin/upload b/crowdin/upload
index 43343ef..547989e 100755
--- a/crowdin/upload
+++ b/crowdin/upload
@@ -4,8 +4,8 @@
#
# This script uploads
# main/res/values-xx/strings.xml
-# and
# cgeo-calendar/res/values-xx/strings.xml
+# cgeo-contacts/res/values-xx/strings.xml
# in crowdin by uploading the files from the current branch to crowdin.
#
#
@@ -35,5 +35,5 @@ fi
for i in $@; do
upload_file $i main/res/values-$i/strings.xml /cgeo/strings.xml
upload_file $i cgeo-calendar/res/values-$i/strings.xml /cgeo-calendar/strings.xml
+ upload_file $i cgeo-contacts/res/values-$i/strings.xml /cgeo-contacts/strings.xml
done
-