Skip to content

Commit

Permalink
Revert "Fix missing tools namespace in talk-android"
Browse files Browse the repository at this point in the history
This reverts commit ae4137b.
  • Loading branch information
MorrisJobke committed May 18, 2021
1 parent 2da3f24 commit 94ae6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/handlePlainTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ $1 = "nextcloud" -a $2 = "talk-android" ]; then

cd stable-values
echo '<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">' >> combined.xml
<resources>' >> combined.xml

grep -h "<string" *.xml | sort -u | sed s'#\t# #'g >> combined.xml

Expand Down

0 comments on commit 94ae6b6

Please sign in to comment.