From 370fed99422db0986d16b541e77a02ebf116d518 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 24 Sep 2019 17:05:31 +0200 Subject: [PATCH] Updating lib/cr_tf/xlate.py for new i18n-domain --- lib/cr_tf/xlate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr_tf/xlate.py b/lib/cr_tf/xlate.py index 5e02df2..b1d6fd2 100644 --- a/lib/cr_tf/xlate.py +++ b/lib/cr_tf/xlate.py @@ -19,11 +19,11 @@ from pathlib import Path # Third party modules from babel.support import Translations -DOMAIN = 'pp_provisioning' +DOMAIN = 'create_terraform' LOG = logging.getLogger(__name__) -__version__ = '1.0.2' +__version__ = '1.0.3' __me__ = Path(__file__).resolve() __module_dir__ = __me__.parent -- 2.39.5