aboutsummaryrefslogtreecommitdiff
path: root/update-pot.sh
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-09-13 17:28:31 +0200
committerRobert Tari <robert@tari.in>2022-09-13 17:28:31 +0200
commitf82e673afb7f19d6ff68c401c4e4e2df97a80b69 (patch)
tree10c9bbfdab4bbf7c32b942c2bd477dcfda0d262e /update-pot.sh
parent51c7b29c2f2ae154cd85b6f4109ada7b04687ce7 (diff)
parent5685a9135661d76738b2436e9e68460081e43fb1 (diff)
downloadayatana-webmail-f82e673afb7f19d6ff68c401c4e4e2df97a80b69.tar.gz
ayatana-webmail-f82e673afb7f19d6ff68c401c4e4e2df97a80b69.tar.bz2
ayatana-webmail-f82e673afb7f19d6ff68c401c4e4e2df97a80b69.zip
Merge branch 'sunweaver-pr/update-translations'
Attributes GH PR #32: https://github.com/AyatanaIndicators/ayatana-webmail/pull/32
Diffstat (limited to 'update-pot.sh')
-rwxr-xr-xupdate-pot.sh31
1 files changed, 31 insertions, 0 deletions
diff --git a/update-pot.sh b/update-pot.sh
new file mode 100755
index 0000000..bdff0c6
--- /dev/null
+++ b/update-pot.sh
@@ -0,0 +1,31 @@
+#!/bin/bash
+
+# Copyright (C) 2017 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+#
+# This package is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 3 of the License.
+#
+# This package is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>
+
+GETTEXT_DOMAIN="ayatanawebmail"
+
+cp data/etc/xdg/autostart/ayatana-webmail-autostart.desktop data/etc/xdg/autostart/ayatana-webmail-autostart.desktop.keep
+cp data/usr/share/applications/ayatana-webmail.desktop data/usr/share/applications/ayatana-webmail.desktop.keep
+
+./setup.py build_i18n 1>/dev/null 2>/dev/null
+
+mv data/etc/xdg/autostart/ayatana-webmail-autostart.desktop.keep data/etc/xdg/autostart/ayatana-webmail-autostart.desktop
+mv data/usr/share/applications/ayatana-webmail.desktop.keep data/usr/share/applications/ayatana-webmail.desktop
+
+rm ./build -Rf
+rm ./data/usr/share/locale/ -Rf
+
+sed -e 's@#: \.\./@#: @g' \
+ -i po/${GETTEXT_DOMAIN}.pot