Skip to content

Commit

Permalink
tx: add makepot and .pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 17, 2018
1 parent 7688aa2 commit e1d346a
Show file tree
Hide file tree
Showing 2 changed files with 1,403 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makepot
@@ -0,0 +1,5 @@
#! /bin/sh

PACKAGE=mate-system-monitor;

make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .

0 comments on commit e1d346a

Please sign in to comment.