diff options
author | Julien Lavergne <gilir@ubuntu.com> | 2013-01-05 16:18:38 +0100 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2014-01-03 08:02:30 -0200 |
commit | eb77158796dbf5f3ce395f5b85a2d0f78038fa00 (patch) | |
tree | fd3e5bc8281922378b388020f662871aeb60d805 /po/build_pot.sh | |
parent | ba24b32ccaaf44f683ffe35cd4ac4ddf61c8da06 (diff) |
Add initial translation support (patch from rodin.s)
Diffstat (limited to 'po/build_pot.sh')
-rw-r--r-- | po/build_pot.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/build_pot.sh b/po/build_pot.sh new file mode 100644 index 00000000..511aa000 --- /dev/null +++ b/po/build_pot.sh @@ -0,0 +1,4 @@ +#!/bin/sh +cd .. + +xgettext --from-code="UTF-8" --keyword="_" --keyword="N_" -f po/POTFILES.in -o -
\ No newline at end of file |