[go: up one dir, main page]

Menu

/mcomix/i18n.py Commit Log


Commit Date  
[r1285] (3.2 kB) by benoit-pierre

i18n: fix GTK locale

Set LANGUAGE to MComix current language, so GTK uses the correct locale
for stock buttons and standard widgets labels.

2015-05-01 20:50:07 View
Download
[r688] (3.0 kB) by oddegamra

Initialize default locale at program start.

2012-04-25 11:47:40 View
Download
[r486] (3.0 kB) by oddegamra

Changed project structure after moving mcomixstarter.py out of mcomix package.

Having the init script in the project package lead to tons of pain over
time, such as import errors from sub-packages, hard to track double
imports of packages with different namespace, and circular imports
trying to import a package with two different names. So, the script that
bootstraps MComix is not located outside of the mcomix package. This
should not impact users much - normally, they should use the wrapper
provided by setup.py.

If you are a package maintainer, and symlinked e.g. /usr/bin/mcomix to
mcomix/mcomixstarter.py in the past, please use the wrapper generated
by setup.py now instead. mcomix/run.py can NOT be started directly with
the Python interpreter (I removed +x from its attributes and added an
explicit call to sys.exit).

2011-11-01 16:45:51 View
Download
[r370] (2.9 kB) by oddegamra

Support for charset guessing using the chardet lib.

This library works pretty reliably for guessing filename encodings
within archives.

2011-06-20 15:46:27 View
Download
[r353] (2.7 kB) by oddegamra

Moved gettext-related functions to module i18n, renamed from encoding.

2011-06-07 13:17:42 View
Download