diff options
| author | Robert Tari <robert@tari.in> | 2022-09-13 16:51:23 +0200 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2022-09-13 16:51:23 +0200 |
| commit | 5191b1fc6587094d213329bc9a1a9002d9c29526 (patch) | |
| tree | 9ccf4958869b805d7f6181f0cc254c7dcbd6c425 /update-po.sh | |
| parent | 1f668a5d16930a240a84490b949eb92d4eeb2712 (diff) | |
| parent | 800c3ef6dc1f22a744985f94d3a648fcff387d7d (diff) | |
| download | ayatana-indicator-keyboard-5191b1fc6587094d213329bc9a1a9002d9c29526.tar.gz ayatana-indicator-keyboard-5191b1fc6587094d213329bc9a1a9002d9c29526.tar.bz2 ayatana-indicator-keyboard-5191b1fc6587094d213329bc9a1a9002d9c29526.zip | |
Merge branch 'sunweaver-pr/fix-and-update-translation-template'
Attributes GH PR #44: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/44
Diffstat (limited to 'update-po.sh')
| -rwxr-xr-x | update-po.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update-po.sh b/update-po.sh index 59ad5c45..2f4377e0 100755 --- a/update-po.sh +++ b/update-po.sh @@ -29,10 +29,11 @@ cat LINGUAS | while read lingua; do fi sed -e 's/\.xml\.in\.in\.h:/.xml.in.in:/g' \ - -e 's/\.xml\.in\.h:/.xml.in:/g' \ + -e 's/\.xml\.in\.h:/.xml.in:/g' \ -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 |
