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 /crowdin/upload | |
parent | e17b9edd0061bee5d85a0b38bce7a5197fd10d77 (diff) | |
download | cgeo-9cdbe59782a736b65bd1d8644747593b6b30ee76.zip cgeo-9cdbe59782a736b65bd1d8644747593b6b30ee76.tar.gz cgeo-9cdbe59782a736b65bd1d8644747593b6b30ee76.tar.bz2 |
crowdin: add cgeo-contacts strings
Diffstat (limited to 'crowdin/upload')
-rwxr-xr-x | crowdin/upload | 4 |
1 files changed, 2 insertions, 2 deletions
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 - |