File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616import oslo_i18n
1717
18- _translators = oslo_i18n .TranslatorFactory (domain = 'python- openstackclient' )
18+ _translators = oslo_i18n .TranslatorFactory (domain = 'openstackclient' )
1919
2020# The primary translation function using the well-known name "_"
2121_ = _translators .primary
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -447,13 +447,13 @@ universal = 1
447447[extract_messages]
448448keywords = _ gettext ngettext l_ lazy_gettext
449449mapping_file = babel.cfg
450- output_file = python- openstackclient/locale/python- openstackclient.pot
450+ output_file = openstackclient/locale/openstackclient.pot
451451
452452[update_catalog]
453- domain = python- openstackclient
454- output_dir = python- openstackclient/locale
455- input_file = python- openstackclient/locale/python- openstackclient.pot
453+ domain = openstackclient
454+ output_dir = openstackclient/locale
455+ input_file = openstackclient/locale/openstackclient.pot
456456
457457[compile_catalog]
458- directory = python- openstackclient/locale
459- domain = python- openstackclient
458+ directory = openstackclient/locale
459+ domain = openstackclient
You can’t perform that action at this time.
0 commit comments