From b61db3eb725d19d991c9eac39546c2a6dbc6ffbd Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 3 Oct 2014 22:29:47 -0400 Subject: Add translation markers for user v2 actions implements bp use_i18n Change-Id: I86508a232c9cf88695b7982dad0b9b02eaf8b3a1 --- setup.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3178fe44..e97bbd2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -320,3 +320,17 @@ upload-dir = doc/build/html [wheel] universal = 1 + +[extract_messages] +keywords = _ gettext ngettext l_ lazy_gettext +mapping_file = babel.cfg +output_file = python-openstackclient/locale/python-openstackclient.pot + +[update_catalog] +domain = python-openstackclient +output_dir = python-openstackclient/locale +input_file = python-openstackclient/locale/python-openstackclient.pot + +[compile_catalog] +directory = python-openstackclient/locale +domain = python-openstackclient -- cgit v1.2.1