Kaydet (Commit) 43144be9 authored tarafından Faik Uygur's avatar Faik Uygur

* no more untranslated "options:", "--version", "--help" definitions.

  (special thanks go to gurer-san.)
üst d39e75c5
......@@ -22,6 +22,8 @@ import pisi.context as ctx
import pisi.cli.pisicli as pisicli
import gettext
gettext.bindtextdomain('pisi', "/usr/share/locale")
gettext.textdomain('pisi')
__trans = gettext.translation('pisi', fallback=True)
_ = __trans.ugettext
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
find pisi -iname '*.py' | grep -v pisi/cli/commands.py >exclude
python tools/pygettext.py -D -X exclude -o po/pisi.pot pisi pisi-cli scripts
python tools/pygettext.py -D -X exclude -o po/pisi.pot pisi pisi-cli scripts /usr/lib/python2.4/optparse.py
msgmerge -U po/tr.po po/pisi.pot
msgmerge -U po/nl.po po/pisi.pot
rm exclude
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment