From b001c3593ba7f9a4bc6368c000457fbe5effce3c Mon Sep 17 00:00:00 2001 From: SebastianGode <70581801+SebastianGode@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:43:37 +0200 Subject: [PATCH 1/2] Dummy --- otcextensions/i18n.py | 1 + 1 file changed, 1 insertion(+) diff --git a/otcextensions/i18n.py b/otcextensions/i18n.py index 66b3777e0..662f31ba4 100644 --- a/otcextensions/i18n.py +++ b/otcextensions/i18n.py @@ -19,3 +19,4 @@ # The primary translation function using the well-known name "_" _ = _translators.primary + From 355cbf97a8e9fc88b8a7cf93ff1069a8a8bf84cf Mon Sep 17 00:00:00 2001 From: SebastianGode <70581801+SebastianGode@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:20:03 +0200 Subject: [PATCH 2/2] Update i18n.py --- otcextensions/i18n.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/otcextensions/i18n.py b/otcextensions/i18n.py index 662f31ba4..5e36baa21 100644 --- a/otcextensions/i18n.py +++ b/otcextensions/i18n.py @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. # +# Test +# import oslo_i18n @@ -19,4 +21,3 @@ # The primary translation function using the well-known name "_" _ = _translators.primary -