aboutsummaryrefslogtreecommitdiff
path: root/update-po.sh
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-13 17:04:35 +0200
committerRobert Tari <robert@tari.in>2022-09-13 17:04:35 +0200
commit0bdd75c994942c95ac88b4f05ca2c67996d676bc (patch)
treef3d22180cd36ade733288a3f13a932205eab7f72 /update-po.sh
parent9f193262e37518b76ea8ee77f572fbd8f3f98a22 (diff)
parent1add999dc486633fb5bc0edf92bff94a7c7d67d3 (diff)
downloadayatana-indicator-datetime-0bdd75c994942c95ac88b4f05ca2c67996d676bc.tar.gz
ayatana-indicator-datetime-0bdd75c994942c95ac88b4f05ca2c67996d676bc.tar.bz2
ayatana-indicator-datetime-0bdd75c994942c95ac88b4f05ca2c67996d676bc.zip
Merge branch 'sunweaver-pr/beautify-paths-in-pot-file'
Attributes GH PR #99: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/99
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 dff6f3a..b066610 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