Files @ a95c091ff15e
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
i18n: move list of translators to contributors file

Some .po files in kallithea/i18n contained lists of translators, present
from before usage of Weblate.

Move this information to contributor_data.py so all translation copyright
holders are given credits as CONTRIBUTORS and on the about page.

This commit is part of a series that normalizes the kallithea.po files by
removing all comments, in particular source code references.
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}