1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
CONTRIBUTORS.txt
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
rtd.txt
setup.cfg
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/api.rst
docs/chameleon.rst
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/pluralization.rst
docs/translation.rst
docs/tstrings.rst
translationstring/__init__.py
translationstring/compat.py
translationstring.egg-info/PKG-INFO
translationstring.egg-info/SOURCES.txt
translationstring.egg-info/dependency_links.txt
translationstring.egg-info/not-zip-safe
translationstring.egg-info/requires.txt
translationstring.egg-info/top_level.txt
translationstring/tests/__init__.py
translationstring/tests/test__init__.py
translationstring/tests/test_integration.py
translationstring/tests/translations.py
translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.mo
translationstring/tests/fixtures/locales/de/LC_MESSAGES/messages.po
|