diff options
author | Robert Tari <robert@tari.in> | 2022-09-13 16:55:48 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-09-13 16:55:48 +0200 |
commit | 7e252aeb0c64d8c024ea75c04bebb5e7f5d07236 (patch) | |
tree | 4e77c8683c300d2590fa58cc13ffe36c00eff0ea /update-po.sh | |
parent | 276c38704f03ae1b85ba70a7f6fd94e69762184d (diff) | |
parent | d8abb6b4ed0599d2d29a1551e12e82e21db15ebd (diff) | |
download | ayatana-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-x | update-po.sh | 1 |
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 |