summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-08 00:07:02 +0100
committerraveit65 <[email protected]>2021-03-05 20:22:39 +0100
commit743fb23157ab9fe1851792d1c6842813a5fdd6c2 (patch)
tree48027a33458c5b43ce55de908aae5701c202c552 /makepot
parenta71735a925e53057f75391440b8b9c8bc703bbfc (diff)
downloadcaja-dropbox-743fb23157ab9fe1851792d1c6842813a5fdd6c2.tar.bz2
caja-dropbox-743fb23157ab9fe1851792d1c6842813a5fdd6c2.tar.xz
Add i18n support
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot6
1 files changed, 6 insertions, 0 deletions
diff --git a/makepot b/makepot
new file mode 100755
index 0000000..68feee3
--- /dev/null
+++ b/makepot
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+PACKAGE=caja-dropbox;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+sed -i "/#, fuzzy/d" $PACKAGE.pot