# 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 INSERT_VAR_IN_TAG(TransformPattern): def visit_TextElement(self, node): old_str = node.value new_str = old_str # update-downloading / update-downloading-message new_str = new_str.replace( '