diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2013-12-29 20:00:36 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2013-12-29 20:00:53 +0100 |
commit | 9cdbe59782a736b65bd1d8644747593b6b30ee76 (patch) | |
tree | 3b136f5317eca251ee1b935ccfbda5a2281b123e | |
parent | e17b9edd0061bee5d85a0b38bce7a5197fd10d77 (diff) | |
download | cgeo-9cdbe59782a736b65bd1d8644747593b6b30ee76.zip cgeo-9cdbe59782a736b65bd1d8644747593b6b30ee76.tar.gz cgeo-9cdbe59782a736b65bd1d8644747593b6b30ee76.tar.bz2 |
crowdin: add cgeo-contacts strings
-rwxr-xr-x | crowdin/update | 4 | ||||
-rwxr-xr-x | crowdin/upload | 4 |
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 - |