Skip to content

Commit 94ae6b6

Browse files
committed
Revert "Fix missing tools namespace in talk-android"
This reverts commit ae4137b.
1 parent 2da3f24 commit 94ae6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/handlePlainTranslations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ $1 = "nextcloud" -a $2 = "talk-android" ]; then
6363

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

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

0 commit comments

Comments
 (0)