Internationalization and translation library.
Go to file
Doug Hellmann 6d8da4cdb9 set default python to python3
Set the default python to python3 except for the py27 environment. We
have to set that explicitly to override the new default.

As part of updating the pep8 job to run python 3 we need to remove the
use of the python 2 builtin unicode(). We can use six.text_type() to
produce the same result until we drop python 2 support.

Change-Id: I43c03aeb73bb8a246115400bcbd9a0a68708abd9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-16 13:04:03 -04:00
doc/source Update URLs in documents according to document migration 2017-07-12 15:47:32 +08:00
oslo_i18n set default python to python3 2018-04-16 13:04:03 -04:00
releasenotes Imported Translations from Zanata 2018-03-01 06:47:51 +00: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
.zuul.yaml add lower-constraints job 2018-03-24 17:33:07 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 15:47:32 +08:00
LICENSE initial export with graduate.sh 2014-04-29 11:58:57 -07:00
README.rst Update links in README 2018-02-28 01:45:04 +08:00
babel.cfg initial export with graduate.sh 2014-04-29 11:58:57 -07:00
lower-constraints.txt add lower-constraints job 2018-03-24 17:33:07 -04:00
requirements.txt Updated from global requirements 2017-11-16 11:21:16 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 15:47:32 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:02 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:48:28 +00:00
tox.ini set default python to python3 2018-04-16 13:04:03 -04: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.