From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../bug_1814266_identity_custom_root.py | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 python/l10n/fluent_migrations/bug_1814266_identity_custom_root.py (limited to 'python/l10n/fluent_migrations/bug_1814266_identity_custom_root.py') diff --git a/python/l10n/fluent_migrations/bug_1814266_identity_custom_root.py b/python/l10n/fluent_migrations/bug_1814266_identity_custom_root.py new file mode 100644 index 0000000000..7eb144230d --- /dev/null +++ b/python/l10n/fluent_migrations/bug_1814266_identity_custom_root.py @@ -0,0 +1,34 @@ +# Any copyright is dedicated to the Public Domain. +# http://creativecommons.org/publicdomain/zero/1.0/ + +import fluent.syntax.ast as FTL + +from fluent.migrate.transforms import TransformPattern + + +class STRIP_LEARNMORE(TransformPattern): + # Used to remove `SOME TEXT` from a string + def visit_TextElement(self, node): + link_start = node.value.find('