0bb8279674
update_catalog is used to update glossary PO files. In glossary PO files, fuzzy matching proposes inappropriate entries and as a result it is useless in most cases. It looks reasonable to set no_fuzzy_matching to True in our use cases. Change-Id: I3a77cb7ed231173fce27c666a9eed2821612d57c
44 lines
1003 B
INI
44 lines
1003 B
INI
[metadata]
|
|
name = openstacki18n
|
|
summary = OpenStack I18n
|
|
description-file = README.rst
|
|
author = OpenStack
|
|
author-email = openstack-i18n@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/i18n/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: I18n Contributors
|
|
Intended Audience :: Documentaion Contributors
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Topic :: I18n
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[update_catalog]
|
|
domain = i18n
|
|
output_dir = i18n/locale
|
|
input_file = i18n/locale/i18n.pot
|
|
no_fuzzy_matching = True
|