Fixing translations stuff for command line tools and such.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 27 Feb 2013 19:25:42 +0000 (13:25 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 27 Feb 2013 19:25:42 +0000 (13:25 -0600)
commita808364e7f4b5e08e06bcd25c584fe9d956f9bb4
tree6abc240beb5fa7a9876c739dbf630ae34f94d2c2
parentaecd65b789c1c6094a6bf5d8c75987675fd9e4f3
Fixing translations stuff for command line tools and such.

We had switched mg_globals to have the default translations set to
None so that it would be set up by the mediagoblin app later.
However, this would mean that things like scripts would try to call
gettext and error out.

Thanks to Tumulte for catching this.

This commit sponsored by Aurimas FiĊĦeras.  Thank you!
mediagoblin/mg_globals.py