Luong Anh Tuan d99353c44d Replace six.iteritems() with .items()
We should avoid using six.iteritems/keys achieve iterators. We can use
dict.items/keys instead, as it will return iterators in PY3 as well.
And dict.items/keys will more readable.

In py2, the performance about list should be negligible, see
https://wiki.openstack.org/wiki/Python3 and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I8cdac1b75918094b9b3acbc65d53d231e86eca19
2016-11-23 12:02:38 +00:00
2014-04-29 13:18:51 -07:00
2014-04-29 11:58:57 -07:00
2014-04-29 11:58:57 -07:00
2014-04-29 11:58:57 -07:00
2014-04-29 11:58:57 -07:00
2014-04-29 11:58:57 -07:00
2016-01-31 00:20:42 +09:00
2015-09-17 12:16:00 +00:00
2016-11-01 20:49:52 +08:00

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.

Description
Internationalization and translation library.
Readme 3.2 MiB
Languages
Python 100%