Source code
Revision control
Copy as Markdown
Other Tools
# Any copyright is dedicated to the Public Domain.
from fluent.migrate.helpers import transforms_from
def migrate(ctx):
path = "toolkit/toolkit/formautofill/formAutofill.ftl"
ctx.add_transforms(
path,
path,
transforms_from(
"""
credit-card-doorhanger-options-button =
.title = {COPY_PATTERN(from_path, "autofill-options-link")}
""",
from_path=path,
),
)