Internationalization and translation library.
Go to file
ZhongShengping 8ccb5c4a36 Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: Ib4f696da3881e9b3d2ebc4fe90f8daec39b0f10d
2018-10-15 11:47:54 +08:00
doc/source Trivial: Update pypi url to new url 2018-04-21 12:17:43 +08:00
oslo_i18n Remove unused code 2018-08-21 21:22:44 -04:00
releasenotes Imported Translations from Zanata 2018-08-14 06:56:39 +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 update .gitreview 2014-04-29 13:18:51 -07: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 Use templates for cover and lower-constraints 2018-09-07 13:52:24 +02: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 Add release notes to README.rst 2018-06-21 13:15:17 +08:00
requirements.txt Updated from global requirements 2017-11-16 11:21:16 +00:00
setup.cfg Always build universal wheels 2018-10-05 10:43:45 +02:00
setup.py Updated from global requirements 2017-03-03 00:03:02 +00:00
test-requirements.txt Switch to stestr 2018-07-03 16:10:13 +07:00
tox.ini Use templates for cover and lower-constraints 2018-09-07 13:52:24 +02: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.