diff options
-rwxr-xr-x | scripts/update-locales.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update-locales.sh b/scripts/update-locales.sh index f73282799c..2dad93513b 100755 --- a/scripts/update-locales.sh +++ b/scripts/update-locales.sh @@ -3,8 +3,8 @@ mv ./options/locale/locale_en-US.ini ./options/ # Make sure to only change lines that have the translation enclosed between quotes -sed -i -r -e '/^[a-zA-Z0-9_-.]+[ ]*=[ ]*".*"$/ { - s/^([a-zA-Z0-9_-.]+)[ ]*="/\1=/ +sed -i -r -e '/^[a-zA-Z0-9_.-]+[ ]*=[ ]*".*"$/ { + s/^([a-zA-Z0-9_.-]+)[ ]*="/\1=/ s/\\"/"/g s/"$// }' ./options/locale/*.ini |