diff options
author | melissaml <ma.lei@99cloud.net> | 2020-05-15 11:41:38 +0800 |
---|---|---|
committer | melissaml <ma.lei@99cloud.net> | 2020-05-15 11:42:02 +0800 |
commit | 05c90f5d9dd75dcb1770b9e766f259b64c1adc1a (patch) | |
tree | 0ed4dc1ef0602e2794192944a0a652e2d515af3a | |
parent | f62ddb15244d5b5aa0c54f2d6b0ae30799835eb2 (diff) | |
download | oslo-db-05c90f5d9dd75dcb1770b9e766f259b64c1adc1a.tar.gz |
Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.
Change-Id: I8d86954ea4cb02f03ad8477e8380a9edaef3440b
-rw-r--r-- | babel.cfg | 1 | ||||
-rw-r--r-- | setup.cfg | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index efceab8..0000000 --- a/babel.cfg +++ /dev/null @@ -1 +0,0 @@ -[python: **.py] @@ -41,17 +41,3 @@ oslo.config.opts = oslo.db.migration = alembic = oslo_db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension migrate = oslo_db.sqlalchemy.migration_cli.ext_migrate:MigrateExtension - -[compile_catalog] -directory = oslo_db/locale -domain = oslo_db - -[update_catalog] -domain = oslo_db -output_dir = oslo_db/locale -input_file = oslo_db/locale/oslo_db.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = oslo_db/locale/oslo_db.pot |