Bug 1890689 Don't pretend to pre-buffer with DynamicResampler r=pehrsons
[gecko.git] / python / l10n / fluent_migrations / bug_1868154_RFPHelper.py
blobe0e0345ab07c8ed68a648ab5e9ebe518c281bafb
1 # Any copyright is dedicated to the Public Domain.
2 # http://creativecommons.org/publicdomain/zero/1.0/
4 import fluent.syntax.ast as FTL
5 from fluent.migrate.transforms import COPY
8 def migrate(ctx):
9 """Bug 1868154 - Convert RFPHelper strings to Fluent, part {index}."""
11 source = "browser/chrome/browser/browser.properties"
12 target = "toolkit/toolkit/global/resistFingerPrinting.ftl"
13 ctx.add_transforms(
14 target,
15 target,
17 FTL.Message(
18 id=FTL.Identifier("privacy-spoof-english"),
19 value=COPY(source, "privacy.spoof_english"),