diff options
author | Robert Tari <robert@tari.in> | 2022-09-13 16:38:45 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-09-13 16:38:45 +0200 |
commit | ee9f029e6742f3b1fd6506164898e6ff416ae07e (patch) | |
tree | cf5bd58114fcecfebe781b319a80b51411357872 /update-po.sh | |
parent | beaa19ff667a4e259356556d9653f608cd0b48d1 (diff) | |
parent | b0aa9020581e9e7d961d946716de56c61ee26be2 (diff) | |
download | ayatana-indicator-power-ee9f029e6742f3b1fd6506164898e6ff416ae07e.tar.gz ayatana-indicator-power-ee9f029e6742f3b1fd6506164898e6ff416ae07e.tar.bz2 ayatana-indicator-power-ee9f029e6742f3b1fd6506164898e6ff416ae07e.zip |
Merge branch 'sunweaver-pr/fix-and-update-translation-template'
Attributes GH PR #64: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/64
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 |