File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
3636 for version in $versions
3737 do
3838 git checkout $version
39- cp src/main/res/values/strings.xml stable-values/$version .xml
39+ cp app/ src/main/res/values/strings.xml stable-values/$version .xml
4040 done
4141
4242 cd stable-values
@@ -52,7 +52,7 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
5252
5353 cat combined.xml
5454
55- mv combined.xml ../src/main/res/values/strings.xml
55+ mv combined.xml ../app/ src/main/res/values/strings.xml
5656
5757 cd ..
5858
@@ -92,7 +92,7 @@ tx push -s
9292
9393# undo local changes
9494if [ $1 = " nextcloud" -a $2 = " android" ]; then
95- git checkout -- src/main/res/values/strings.xml
95+ git checkout -- app/ src/main/res/values/strings.xml
9696 git checkout master
9797fi
9898
125125 # reset combined source file
126126 git checkout -- src/main/res/values/strings.xml
127127 fi
128- # for the Android talk app rename the informal german to the formal version
128+ # for the Android talk and files app rename the informal german to the formal version
129129 if [ -d app/src/main/res ]; then
130130 rm -rf app/src/main/res/values-de
131131 mv app/src/main/res/values-de-rDE app/src/main/res/values-de
You can’t perform that action at this time.
0 commit comments