Internationalization and translation library.
Go to file
Akihiro Motoki b9eed49961 Revert "Remove Babel as a runtime requirement"
This reverts commit 0658992b0b.

The reverted commit moves Babel to test-requirements.txt
but Babel is a run-time requirement as _gettextutils imports Babel.
As a result, oslo_i18n 3.15.2 cannot be imported.

Closes-Bug: #1692773
Change-Id: I97ae11925462b2e21ede5d9573e90ee21fb7e4d2
2017-05-23 13:25:52 +09:00
doc/source add notes about skipping log translation setup 2017-03-17 10:41:07 -04:00
oslo_i18n Fix wrong response with language zh-TW. 2017-02-20 02:11:01 +08:00
releasenotes Update reno for stable/ocata 2017-01-20 19:15:27 +00:00
tools Add Constraints support 2016-12-20 14:35:53 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:18:36 -04:00
.gitignore Add reno for release notes management 2016-11-01 20:49:52 +08:00
.gitreview update .gitreview 2014-04-29 13:18:51 -07:00
.mailmap initial export with graduate.sh 2014-04-29 11:58:57 -07:00
.testr.conf initial export with graduate.sh 2014-04-29 11:58:57 -07:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst Check reStructuredText documents for common style issues 2017-03-31 09:35:33 +08:00
LICENSE initial export with graduate.sh 2014-04-29 11:58:57 -07:00
README.rst Show team and repo badges on README 2016-11-25 13:27:24 +01:00
babel.cfg initial export with graduate.sh 2014-04-29 11:58:57 -07:00
requirements.txt Revert "Remove Babel as a runtime requirement" 2017-05-23 13:25:52 +09:00
setup.cfg Python 3.5 is added 2017-03-09 05:09:07 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:02 +00:00
test-requirements.txt Revert "Remove Babel as a runtime requirement" 2017-05-23 13:25:52 +09:00
tox.ini Python 3.5 is added 2017-03-09 05:09:07 +00:00

README.rst

Team and repository tags

image

oslo.i18n -- Oslo Internationalization Utilities

Latest Version

Downloads

The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.