Internationalization and translation library.
Go to file
Adam Spiers 7934e6f405 Clarify that translation strings are extracted via source inspection
Make it clearer why the function argument to _() etc. has to be a
string, by explicitly mentioning source inspection, as suggested by
Doug:

https://review.opendev.org/#/c/664670/1/doc/source/user/guidelines.rst@164

Change-Id: I87212a709b9e474238f4a4feca5ed806cfb4bd49
2019-06-12 12:14:41 +01:00
doc/source Clarify that translation strings are extracted via source inspection 2019-06-12 12:14:41 +01:00
oslo_i18n Override getttext.find to cache result 2018-11-21 14:45:52 +01: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 Clean up .gitignore references to personal tools 2018-10-15 11:47:54 +08: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 Change python3.5 job to python3.7 job on Stein+ 2019-02-14 10:25:44 +00: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 Dropping the py35 testing 2019-04-15 01:04:09 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:02 +00:00
test-requirements.txt Cap Bandit below 1.6.0 and update Sphinx requirement 2019-05-15 15:20:46 +00:00
tox.ini Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 19:12:27 +08: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.