Skip to content
Snippets Groups Projects
Commit 8b8c67f4 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

Tor Browser localization migration scripts.

parent 9eed743c
No related branches found
No related tags found
1 merge request!973Bug 42508: Rebased Tor Browser stable onto 115.10.0esr
from fluent.migrate.helpers import transforms_from
def migrate(ctx):
ctx.add_transforms(
"tor-browser.ftl",
"tor-browser.ftl",
transforms_from(
"""
menu-open-tor-manual =
.label = { COPY(path, "aboutTor.torbrowser_user_manual.label") }
.accesskey = { COPY(path, "aboutTor.torbrowser_user_manual.accesskey") }
tor-browser-home-heading-stable = { COPY(path, "aboutTor.ready.label") }
tor-browser-home-heading-testing = { COPY(path, "aboutTor.alpha.ready.label") }
tor-browser-home-duck-duck-go-input =
.placeholder = { COPY(path, "aboutTor.search.label") }
tor-browser-home-message-introduction = { COPY(path, "aboutTor.ready2.label") }
""",
path="aboutTor.dtd",
),
)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment