Internationalization and translation library.
Go to file
Ben Nemec 2249925846 Deprecate Message.translate in favor of Message.translation
It shadows the unicode function of the same name, and there's no
way to entirely disambiguate the two based on the parameter passed
in. This change deprecates Message.translate and makes it a wrapper
around the new function, Message.translation.

Note that we never documented calling Message.translate directly.
The documented way to get the translated form of a Message is to call
the _translate.translate function in this project, so chances are
that this public API change will have little actual impact on users.

Change-Id: I0c617937f5af7467d1454f72acd0474ae2ce0293
Closes-Bug: 1841796
2019-08-29 19:10:42 +00:00
doc Move doc related modules to doc/requirements.txt 2019-07-05 17:40:32 +00:00
oslo_i18n Deprecate Message.translate in favor of Message.translation 2019-08-29 19:10:42 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:44:50 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:18:36 -04:00
.gitignore Move doc related modules to doc/requirements.txt 2019-07-05 17:40:32 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:33 +00:00
.mailmap initial export with graduate.sh 2014-04-29 11:58:57 -07:00
.stestr.conf Switch to stestr 2018-07-03 16:10:13 +07:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 14:44:40 -04:00
babel.cfg 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 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
lower-constraints.txt Switch to stestr 2018-07-03 16:10:13 +07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 19:12:27 +08:00
requirements.txt Updated from global requirements 2017-11-16 11:21:16 +00:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:44:40 -04:00
setup.py Updated from global requirements 2017-03-03 00:03:02 +00:00
test-requirements.txt Move doc related modules to doc/requirements.txt 2019-07-05 17:40:32 +00:00
tox.ini Merge "Move doc related modules to doc/requirements.txt" 2019-08-12 15:09:33 +00:00

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.