summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-28 15:30:57 +0200
committerraveit65 <[email protected]>2018-09-28 15:30:57 +0200
commit103c6994ce84484eb84ce8a7fba1ac825cb11ad6 (patch)
tree4f444842d8e9469dde915a238f33157e52242bd7 /makepot
parente7eda82218c5b4a15a6c26183d128053b9d2f9bc (diff)
downloadmate-panel-103c6994ce84484eb84ce8a7fba1ac825cb11ad6.tar.bz2
mate-panel-103c6994ce84484eb84ce8a7fba1ac825cb11ad6.tar.xz
tx: add fish and clock help to transifex config
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot11
1 files changed, 11 insertions, 0 deletions
diff --git a/makepot b/makepot
index 9e8e6c97..e845bf82 100755
--- a/makepot
+++ b/makepot
@@ -1,5 +1,16 @@
#! /bin/sh
PACKAGE=mate-panel;
+CLOCK=mate-clock;
+FISH=mate-fish;
+# regular translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+
+# clock
+make -C help/$CLOCK $CLOCK.pot \
+&& mv help/$CLOCK/$CLOCK.pot .
+
+# fish
+make -C help/$FISH $FISH.pot \
+&& mv help/$FISH/$FISH.pot .