diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-23 15:46:39 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-23 15:46:39 +0000 |
commit | 331168379f370e31f7278ee6e23c51f0c2c3c4a3 (patch) | |
tree | 53525ed8517467ce24dcb678625a2d760fff01d7 /language | |
parent | 5220963be13210d4ec956d73900c5501ad536ba8 (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-x | language/update.sh | 1 |
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 \ |