Find
C
ase-sensitive
R
egexp search
Path
Showing
61c7b6d2
from
2026-09-07
:
Bug
2065133
- Give the download zone test a distinct target file per saver r=mak
firefox-main
/
third_party
/
python
/
moz_l10n
/
moz
/
l10n
/
migrate
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
__init__.py
Define a migration that adds entries according to `map` to resources in `paths`. This is primarily intended to be called from a migration script, which is then processed with the `l10n-migrate` CLI command. `map` is a mapping of resource reference paths to entry identifiers to functions that define their values; the function will be called with two positional arguments `(resource, context: MigrationContext)`. Functions defining new entries should return a Message, an Entry, or a tuple consisting of one of those along with a set of identifiers for entries after which the new entry should be inserted. If `paths` is a string, it needs to be either a path to a directory or a path to an l10n config file. This may also be set by an `l10n-migrate` CLI argument.
14795
-
utils.py
Get an entry matching `id` from `res`. If not found return None
7012
-