summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-28 15:24:34 +0200
committerraveit65 <[email protected]>2018-09-28 15:24:34 +0200
commit2bccd4e4ac308918e2cbdf7f53f230bd41d7dedb (patch)
tree03c272e7845e2b5eb07623024790ec731ee0d698 /makepot
parent7ce8636131082def35731476fa1037f58971eb5c (diff)
downloadmate-panel-2bccd4e4ac308918e2cbdf7f53f230bd41d7dedb.tar.bz2
mate-panel-2bccd4e4ac308918e2cbdf7f53f230bd41d7dedb.tar.xz
tx: add clock and fish 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 .