Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2022-03-14 11:54:27 +0300
committerGitHub <noreply@github.com>2022-03-14 11:54:27 +0300
commit33e8f57e4270c9dba85627274e763f89b2345fad (patch)
tree5d96ce799129be80d25d2f27416197b9c040ab7d
parente346438e58daef69047d5b999a92e1241d61639f (diff)
parent9a89a900bd8730e67adbb4457a1e7e28cf754ac3 (diff)
Merge pull request #364 from nextcloud/androidFilesTransifextranslations-plain-34
Android Files now uses same project structure as Android Talk
-rwxr-xr-xtranslations/handlePlainTranslations.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/translations/handlePlainTranslations.sh b/translations/handlePlainTranslations.sh
index fefa04c..150b60c 100755
--- a/translations/handlePlainTranslations.sh
+++ b/translations/handlePlainTranslations.sh
@@ -36,7 +36,7 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
for version in $versions
do
git checkout $version
- cp src/main/res/values/strings.xml stable-values/$version.xml
+ cp app/src/main/res/values/strings.xml stable-values/$version.xml
done
cd stable-values
@@ -52,7 +52,7 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
cat combined.xml
- mv combined.xml ../src/main/res/values/strings.xml
+ mv combined.xml ../app/src/main/res/values/strings.xml
cd ..
@@ -92,7 +92,7 @@ tx push -s
# undo local changes
if [ $1 = "nextcloud" -a $2 = "android" ]; then
- git checkout -- src/main/res/values/strings.xml
+ git checkout -- app/src/main/res/values/strings.xml
git checkout master
fi
@@ -125,7 +125,7 @@ do
# reset combined source file
git checkout -- src/main/res/values/strings.xml
fi
- # for the Android talk app rename the informal german to the formal version
+ # for the Android talk and files app rename the informal german to the formal version
if [ -d app/src/main/res ]; then
rm -rf app/src/main/res/values-de
mv app/src/main/res/values-de-rDE app/src/main/res/values-de