Merge pull request #1896 from MITx/feature/straz/i18n
Feature/straz/i18n - rake tasks to generate strings
Showing
conf/locale/en/LC_MESSAGES/messages.po
0 → 100644
i18n/execute.py
0 → 100644
i18n/extract.py
0 → 100755
i18n/generate.py
0 → 100755
i18n/tests/__init__.py
0 → 100644
i18n/tests/test_converter.py
0 → 100644
i18n/tests/test_dummy.py
0 → 100644
i18n/tests/test_extract.py
0 → 100644
i18n/tests/test_generate.py
0 → 100644
i18n/update.py
deleted
100755 → 0
-r repo-requirements.txt | ||
Babel==0.9.6 | ||
beautifulsoup4==4.1.3 | ||
beautifulsoup==3.2.1 | ||
boto==2.6.0 | ||
... | ... | @@ -62,6 +61,10 @@ newrelic==1.8.0.13 |
# Used for documentation gathering | ||
sphinx==1.1.3 | ||
# Used for Internationalization and localization | ||
Babel==0.9.6 | ||
transifex-client==0.8 | ||
# Used for testing | ||
coverage==3.6 | ||
factory_boy==2.0.2 | ||
... | ... |
Please
register
or
sign in
to comment