Takashi Kajinami 8f15fe900f Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: I9fe7d07fe6184833e1fbb228efc7d7308430782a
2024-10-21 21:16:23 +09:00
2019-12-17 16:36:08 +00:00
2019-04-19 19:34:33 +00:00
2014-04-29 11:58:57 -07:00
2018-07-03 16:10:13 +07:00
2014-04-29 11:58:57 -07:00
2024-05-01 11:31:42 +09:00
2024-10-10 18:50:33 +09:00
2020-02-11 18:49:19 +01:00
2024-10-21 21:16:20 +09: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.

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