Bug 1890689 Don't pretend to pre-buffer with DynamicResampler r=pehrsons
[gecko.git] / python / l10n / fluent_migrations / bug_1866295_new_device_migration_strings.py
bloba8ccb8c1457c4f3ef8c5b46b528e2aae8dbc5b5e
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 1866295 - Land new strings 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-primary-button = {COPY_PATTERN(from_path, "device-migration-fxa-spotlight-primary-button")}
19 """,
20 from_path=source,