# HG changeset patch # User Thomas De Schampheleire <[email protected]> # Date 1497730161 -7200 # Sat Jun 17 22:09:21 2017 +0200 # Node ID ba365074a2db1175164aaef897a0b6a1e02b1045 # Parent b27f5a64430fa7049f79f0340004cd25bcab3683 i18n: remove old English translation file
Under TurboGears2, automatic user language detection is enabled by default. If a user has 'English' as preferred language, then the old English .mo file would be read and used first, before trying the fallback language (e.g. French). This renders a mix of languages in the UI which is unexpected. Fix by removing the old file. It was preserved via commit 7d6c4bd58abd55e6e29fb240421b30f7e067aef6 when removing all other .mo files. diff --git a/kallithea/i18n/en/LC_MESSAGES/kallithea.mo b/kallithea/i18n/en/LC_MESSAGES/kallithea.mo deleted file mode 100644 index 1c0f22c4e5f9ca6147dc394a594d3398f6c11805..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 GIT binary patch literal 0 Hc$@<O00001 _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
