aboutsummaryrefslogtreecommitdiff
path: root/update-po.sh
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-13 16:55:48 +0200
committerRobert Tari <robert@tari.in>2022-09-13 16:55:48 +0200
commit7e252aeb0c64d8c024ea75c04bebb5e7f5d07236 (patch)
tree4e77c8683c300d2590fa58cc13ffe36c00eff0ea /update-po.sh
parent276c38704f03ae1b85ba70a7f6fd94e69762184d (diff)
parentd8abb6b4ed0599d2d29a1551e12e82e21db15ebd (diff)
downloadayatana-indicator-display-7e252aeb0c64d8c024ea75c04bebb5e7f5d07236.tar.gz
ayatana-indicator-display-7e252aeb0c64d8c024ea75c04bebb5e7f5d07236.tar.bz2
ayatana-indicator-display-7e252aeb0c64d8c024ea75c04bebb5e7f5d07236.zip
Merge branch 'sunweaver-pr/beautify-paths-in-pot-file'
Attributes GH PR #59: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/59
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