Files @ 89e50be94fcb
Branch filter:

Location: kallithea/docs/index.rst

89e50be94fcb 1.2 KiB text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
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.
.. _index:

#######################
Kallithea Documentation
#######################

**Readme**

.. toctree::
   :maxdepth: 1

   readme

**Installation**

.. toctree::
   :maxdepth: 1

   overview
   installation
   installation_win
   installation_win_old
   installation_iis
   setup
   installation_puppet
   upgrade

**Usage**

.. toctree::
   :maxdepth: 1

   usage/general
   usage/vcs_support
   usage/locking
   usage/statistics

**Administrator's guide**

.. toctree::
   :maxdepth: 1

   usage/email
   usage/performance
   usage/backup
   usage/debugging
   usage/troubleshooting
   usage/customization

**Development**

.. toctree::
   :maxdepth: 1

   contributing
   dev/translation
   dev/dbmigrations

**API**

.. toctree::
   :maxdepth: 1

   api/api


Other topics
************

* :ref:`genindex`
* :ref:`search`


.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _python: http://www.python.org/
.. _django: http://www.djangoproject.com/
.. _mercurial: https://www.mercurial-scm.org/
.. _bitbucket: http://bitbucket.org/
.. _subversion: http://subversion.tigris.org/
.. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _Sphinx: http://sphinx.pocoo.org/
.. _vcs: http://pypi.python.org/pypi/vcs