diff options
Diffstat (limited to 'update-po.sh')
-rwxr-xr-x | update-po.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-po.sh b/update-po.sh index 55a3a6e4..2f4377e0 100755 --- a/update-po.sh +++ b/update-po.sh @@ -33,6 +33,7 @@ cat LINGUAS | while read lingua; do -e 's/\.ini\.in\.h:/.ini.in:/g' \ -e 's/\.xml\.h:/.xml:/g' \ -e 's/\.ini\.h:/.ini:/g' \ + -e 's@#: \.\./@#: @g' \ -i ${lingua}.po done |