chore: update translations

This commit is contained in:
Anna
2022-09-02 19:37:48 -04:00
parent 070a99f612
commit 7db597386f
32 changed files with 4739 additions and 9998 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
for f in ChatTwo/Resources/Language.resx ChatTwo/Resources/Language.*.resx; do
sed -i 's/ xml:space="preserve"//g' "$f"
xmlstarlet fo -e utf-8 -s 4 "$f" | sponge "$f"
done