RETIRED, further work has moved to Debian project infrastructure
Go to file
yanheven 69cf173ea7 Fix parameters of assertEqual are misplaced
Many assertEqual sentences don't follow assertEqual(expected, actual),
These misplaces have 2 impacts:
1, giving confusing messages when some tests failed.
2, mislead other developers, new test modules may follow these wrong pattern.

This patch fix all of them.

Change-Id: I33b5b59fda524d88386072d2058c4770a948db6f
Closes-Bug: #1604213
2016-07-23 19:54:15 +08:00
doc/source doc: contextual/plural translation requires oslo.i18n >=2.1.0 2015-12-23 11:09:03 +08:00
oslo_i18n Fix parameters of assertEqual are misplaced 2016-07-23 19:54:15 +08:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:18:36 -04:00
.gitignore update .gitignore with new lib name 2014-04-29 12:24:28 -07: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 Add shields.io version/downloads links/badges into README.rst 2015-09-24 13:26:47 -07:00
babel.cfg initial export with graduate.sh 2014-04-29 11:58:57 -07:00
requirements.txt Updated from global requirements 2016-06-03 18:17:57 +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-07-09 03:16:08 +00:00
tox.ini Don't include openstack/common in flake8 exclude list 2016-06-29 20:59:13 +00:00

README.rst

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.