Bug 1890689 Don't pretend to pre-buffer with DynamicResampler r=pehrsons
[gecko.git] / python / l10n / fluent_migrations / bug_1862982_protectionsPanel_fixCancelButtonLabel.py
blobcb5c87da42dd1fffb34b4132018322d18fd05e7b
1 # Any copyright is dedicated to the Public Domain.
2 # http://creativecommons.org/publicdomain/zero/1.0/
4 from fluent.migrate.helpers import transforms_from
7 def migrate(ctx):
8 """Bug 1862982 - Fix fluent schema for cookie banner cancel button, part {index}."""
10 file = "browser/browser/protectionsPanel.ftl"
11 ctx.add_transforms(
12 file,
13 file,
14 transforms_from(
15 """
16 protections-panel-cookie-banner-view-cancel-label =
17 .label = {COPY_PATTERN(from_path, "protections-panel-cookie-banner-view-cancel")}
18 """,
19 from_path=file,