summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-11-23 15:46:39 +0000
committerSadie Powell <sadie@witchery.services>2024-11-23 15:46:39 +0000
commit331168379f370e31f7278ee6e23c51f0c2c3c4a3 (patch)
tree53525ed8517467ce24dcb678625a2d760fff01d7 /language
parent5220963be13210d4ec956d73900c5501ad536ba8 (diff)
Don't escape messages in the pot file.
This can't be applied to the po files so there's no point doing it.
Diffstat (limited to 'language')
-rwxr-xr-xlanguage/update.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/language/update.sh b/language/update.sh
index 421734838..20a0abc5b 100755
--- a/language/update.sh
+++ b/language/update.sh
@@ -21,7 +21,6 @@ find ../ \
\) \
-exec \
xgettext \
- --escape \
--language=C++ \
--sort-output \
--default-domain=Anope \