File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
36
36
for version in $versions
37
37
do
38
38
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
40
40
done
41
41
42
42
cd stable-values
@@ -52,7 +52,7 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
52
52
53
53
cat combined.xml
54
54
55
- mv combined.xml ../src/main/res/values/strings.xml
55
+ mv combined.xml ../app/ src/main/res/values/strings.xml
56
56
57
57
cd ..
58
58
@@ -92,7 +92,7 @@ tx push -s
92
92
93
93
# undo local changes
94
94
if [ $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
96
96
git checkout master
97
97
fi
98
98
125
125
# reset combined source file
126
126
git checkout -- src/main/res/values/strings.xml
127
127
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
129
129
if [ -d app/src/main/res ]; then
130
130
rm -rf app/src/main/res/values-de
131
131
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