aboutsummaryrefslogtreecommitdiff
path: root/update-po.sh
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-12 00:33:20 +0200
committerRobert Tari <robert@tari.in>2022-09-12 00:33:20 +0200
commit00b4f21807c1433d1c9cac3ab65b7f3ecf796b19 (patch)
tree3b0d8d6f3e108a66c88ab998c32af7c6c1a740e5 /update-po.sh
parente60ed833cf53f020194b40edfa78cf9de3b9bd30 (diff)
parentfecf9a62d7ef6a7da427a402025e3148381f02f3 (diff)
downloadayatana-indicator-messages-00b4f21807c1433d1c9cac3ab65b7f3ecf796b19.tar.gz
ayatana-indicator-messages-00b4f21807c1433d1c9cac3ab65b7f3ecf796b19.tar.bz2
ayatana-indicator-messages-00b4f21807c1433d1c9cac3ab65b7f3ecf796b19.zip
Merge branch 'sunweaver-pr/beautify-paths-in-pot-file'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/33
Diffstat (limited to 'update-po.sh')
-rwxr-xr-xupdate-po.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-po.sh b/update-po.sh
index 2043358..b9c4c9d 100755
--- a/update-po.sh
+++ b/update-po.sh
@@ -32,6 +32,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