Bug 1890689 Don't pretend to pre-buffer with DynamicResampler r=pehrsons
[gecko.git] / python / l10n / fluent_migrations / bug_1867346_new_device_migration_string_replacement.py
bloba926bff41a6e04d68814fa111e498af7fafaf74c
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 1867346 - Replace a string for device migration ASRouter messages, part {index}."""
10 source = "browser/browser/newtab/asrouter.ftl"
11 target = source
13 ctx.add_transforms(
14 target,
15 target,
16 transforms_from(
17 """
18 device-migration-fxa-spotlight-getting-new-device-header-2 = {COPY_PATTERN(from_path, "fxa-sync-cfr-header")}
19 """,
20 from_path=source,