Internationalization and translation library.
Go to file
Andreas Jaeger 8582c55460 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: Ib15622a8fb3f322aec30995ed6f9ba7ceb8eb666
2017-11-16 21:44:47 +01:00
doc/source Update URLs in documents according to document migration 2017-07-12 15:47:32 +08:00
oslo_i18n Fix wrong response with language zh-TW. 2017-02-20 02:11:01 +08:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 21:44:47 +01: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 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 URLs in documents according to document migration 2017-07-12 15:47:32 +08: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 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 2017-09-20 16:22:57 +00:00
tox.ini Enable some off-by-default checks 2017-06-26 11:08:40 +08: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.