Files @ 89e50be94fcb
Branch filter:

Location: kallithea/MANIFEST.in

Thomas De Schampheleire
i18n: remove old English translation file

Under TurboGears2, automatic user language detection based on browser settings
is enabled by default. If a user has 'English' as preferred language in the
browser, then the old English .mo file with a few dummy entries would be read
and used first, before trying the language configured in the Kallithea .ini
file (e.g. French). This renders a mix of languages in the UI ... which is
unexpected.

The hiding of configured translation is fixed by removing the old english
translationfile. It was preserved via commit 7d6c4bd58abd when removing all
other .mo files. The next release will require major config changes anyway, and
we don't try to be backwards compatible.
include           Apache-License-2.0.txt
include           CONTRIBUTORS
include           COPYING
include           LICENSE-MERGELY.html
include           LICENSE.md
include           MIT-Permissive-License.txt
include           README.rst
include           development.ini
recursive-include docs *
recursive-include init.d *
recursive-include kallithea/alembic *
include           kallithea/bin/ldap_sync.conf
include           kallithea/bin/template.ini.mako
recursive-include kallithea/i18n *
recursive-include kallithea/public *
recursive-include kallithea/templates *
recursive-include kallithea/tests/fixtures *
recursive-include kallithea/tests/scripts *
include           kallithea/tests/test.ini
include           kallithea/tests/vcs/aconfig