# HG changeset patch # User Thomas De Schampheleire # Date 1497730161 -7200 # Node ID 89e50be94fcb8ae58e96f1039e056425659810c7 # Parent 4c2d11e8d7cbbbc1e0fe67796e849d0a48c032aa 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. diff -r 4c2d11e8d7cb -r 89e50be94fcb kallithea/i18n/en/LC_MESSAGES/kallithea.mo Binary file kallithea/i18n/en/LC_MESSAGES/kallithea.mo has changed