diff options
author | raveit65 <[email protected]> | 2018-03-17 09:37:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 09:37:58 +0100 |
commit | 1b611edd166a12eda7392e3f6100dc0ec65aa312 (patch) | |
tree | 96da8577ba441a4cc1574f87e5c61877d1ba1d72 /makepot | |
parent | b51b549b1c697325ac45c58d3f9ab6b466f4e973 (diff) | |
download | mate-indicator-applet-1b611edd166a12eda7392e3f6100dc0ec65aa312.tar.bz2 mate-indicator-applet-1b611edd166a12eda7392e3f6100dc0ec65aa312.tar.xz |
tx: add makepot and .pot files
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-indicator-applet; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |