Skip to content

Commit 33e8f57

Browse files
Merge pull request #364 from nextcloud/androidFilesTransifex
Android Files now uses same project structure as Android Talk
2 parents e346438 + 9a89a90 commit 33e8f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

translations/handlePlainTranslations.sh

+4-4
Original file line numberDiff line numberDiff 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
9494
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
9696
git checkout master
9797
fi
9898

@@ -125,7 +125,7 @@ do
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

0 commit comments

Comments
 (0)