Dnia 2008-11-20, czw o godzinie 17:08 +0100, Philippe Normand pisze:
> But in the case where the .mo files were correctly installed and that
> there was some for your langage, only setting LANG should be enough.
And below're two one-liners that will compile the .mo files if you
_don't_ have them compiled.
You need pybabel installed for that to work, enter
/usr/lib[64]/python2.5/site-packages/elisa/plugins
and run
LOCALE={HERE_INSERT_YOUR_LOCALE}; for i in `find -name i18n`; do if
[[ $i =~ ^./([^/]+)/i18n ]]; then pybabel compile -i
$i/$LOCALE/LC_MESSAGES/elisa-plugin-${BASH_REMATCH[1]}.po -D
elisa-plugin-${BASH_REMATCH[1]} -l $LOCALE -d $i; fi; done
Remember - that's a _oneliner_.
Be advised of this bug https://bugs.launchpad.net/elisa/+bug/299419
--
Michal Sawicz <[EMAIL PROTECTED]>