aboutsummaryrefslogtreecommitdiff
path: root/update-po.sh
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-13 16:32:17 +0200
committerRobert Tari <robert@tari.in>2022-09-13 16:32:17 +0200
commitbbea249bb8a989e89b2ac58b379f150f43192941 (patch)
tree58d5d4c29dc2909c6c57012dbefb113528041980 /update-po.sh
parente67574787985181714c4717eabd7a194382777fb (diff)
parent5a5913a05d7f5bb4c700f81c4354176d2c8bc536 (diff)
downloadayatana-indicator-notifications-bbea249bb8a989e89b2ac58b379f150f43192941.tar.gz
ayatana-indicator-notifications-bbea249bb8a989e89b2ac58b379f150f43192941.tar.bz2
ayatana-indicator-notifications-bbea249bb8a989e89b2ac58b379f150f43192941.zip
Merge branch 'sunweaver-pr/fix-and-update-translations'
Attributes GH PR #29: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/29
Diffstat (limited to 'update-po.sh')
-rwxr-xr-xupdate-po.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-po.sh b/update-po.sh
index 59ad5c4..2f4377e 100755
--- a/update-po.sh
+++ b/update-po.sh
@@ -29,10 +29,11 @@ cat LINGUAS | while read lingua; do
fi
sed -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \
- -e 's/\.xml\.in\.h:/.xml.in:/g' \
+ -e 's/\.xml\.in\.h:/.xml.in:/g' \
-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