Open
Bug 1262378
Opened 9 years ago
Updated 2 years ago
Use automation to flag literal uses of "Firefox" in localized strings
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
Details
Because we should normally use brandShortName to render it instead.
Reporter | ||
Updated•9 years ago
|
Summary: Flag literal uses of "Firefox" in localized strings → Use automation to flag literal uses of "Firefox" in localized strings
Comment 1•9 years ago
|
||
I suspect that most cases are OK these days, but I guess we'll have a few still.
Notably, toolkit overrides where the toolkit version doesn't provide a brand.
https://transvision.mozfr.org/?recherche=Firefox&repo=central&sourcelocale=en-US&locale=de&search_type=strings_entities is a good search.
Comment 2•9 years ago
|
||
This might be less scary (no German)
https://transvision.mozfr.org/?recherche=Firefox&repo=central&sourcelocale=en-US&locale=en-US&search_type=strings
Also, something to parse with scripts
https://transvision.mozfr.org/api/v1/search/strings/central/en-US/en-US/Firefox/
Reporter | ||
Comment 3•9 years ago
|
||
I'm really confused by all these links. We can just use the existing test that landed in bug 1259859, which is much simpler.
Comment 4•9 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #3)
> I'm really confused by all these links. We can just use the existing test
> that landed in bug 1259859, which is much simpler.
The links are to see which strings use "Firefox" literally, and figure out which make sense to keep as they are.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•