Internationalization and translation library.
Go to file
Tony Breeds 8dc47f916c Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslo.i18n.

Change-Id: Ic7324b6b2c07c707417726aa4982dd09e1897b96
2016-12-20 14:35:53 +11:00
doc/source Merge "Add docs on how to display translated strings in your app" 2016-11-09 18:29:47 +00:00
oslo_i18n Replace six.iteritems() with .items() 2016-11-23 12:02:38 +00:00
releasenotes Add reno for release notes management 2016-11-01 20:49:52 +08: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 initial export with graduate.sh 2014-04-29 11:58:57 -07: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 Updated from global requirements 2016-11-09 23:03:00 +00:00
setup.cfg Update translation setup 2016-01-31 00:20:42 +09:00
setup.py Updated from global requirements 2015-09-17 12:16:00 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:09 +00:00
tox.ini Add Constraints support 2016-12-20 14:35:53 +11: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.