|
Without running gettext.install, the gettext module did not find .mo files where
they live. So, let's add an incantation thereof.
Once this is done, Python's gettext defines a "_" function all by itself,
so we can get rid of the hand-crafted one that's now obsolete.
|