chore: update translations
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user