Revision control
Copy as Markdown
Other Tools
# Any copyright is dedicated to the Public Domain.
from fluent.migratetb import COPY_PATTERN
from fluent.migratetb.helpers import transforms_from
def migrate(ctx):
target = reference = "mail/messenger/preferences/cookies.ftl"
ctx.add_transforms(
target,
reference,
transforms_from(
"""
openpgp-change-expiry-title = {{COPY_PATTERN(from_path, "cookies-window-dialog2.title")}}
""",
from_path="mail/messenger/openpgp/changeExpiryDlg.ftl",
),
)