|
In Line 222 in
distutil.py is a small bug that cost me a lot of nerves. The original line is
the following:
f = open('freevo.pot', 'a')
This must be modified to
f = open('i18n/freevo.pot', 'a')
Otherwise the Skin-Strings are not in the pot-File in the i18n directory
anymore.
Daniel |
