Update Mozilla strings for fx115

(Or technically 125, but I don't think any strings we need were
removed)

This fixes the Edit and Window menu (except for some macOS Window
strings that seem to come from the system) in non-English locales.
This commit is contained in:
Dan Stillman 2024-04-10 07:27:40 -04:00
parent 914a8d8956
commit d21fc40115
199 changed files with 13421 additions and 1021 deletions

View file

@ -61,8 +61,7 @@ def main():
["sl", "https://addons.mozilla.org/en-US/firefox/addon/slovenski-jezik-language-pa/", "sl-SI"],
["sr", "https://addons.mozilla.org/en-US/firefox/addon/%D1%81%D1%80%D0%BF%D1%81%D0%BA%D0%B8-sr-language-pack/", "sr-RS"],
["sv-SE", "https://addons.mozilla.org/en-US/firefox/addon/svenska-se-language-pack/", "sv-SE"],
#["ta", "https://addons.mozilla.org/en-US/firefox/addon/tamil-language-pack-1/", "ta"],
["ta", "https://web.archive.org/web/20210724103430/https://addons.mozilla.org/en-US/firefox/addon/tamil-language-pack-1/", "ta"],
["ta", "https://addons.mozilla.org/en-US/firefox/addon/tamil-language-pack-1/", "ta"],
["th", "https://addons.mozilla.org/en-US/firefox/addon/thai-language-pack/", "th-TH"],
["tr", "https://addons.mozilla.org/en-US/firefox/addon/t%C3%BCrk%C3%A7e-tr-language-pack/", "tr-TR"],
["uk", "https://addons.mozilla.org/en-US/firefox/addon/ukrainian-language-pack/", "uk-UA"],
@ -75,7 +74,7 @@ def main():
entries = [
#"chrome/{0}/locale/{0}/global/dateFormat.properties",
#"chrome/{0}/locale/{0}/mozapps/update/updates.properties",
"chrome/{0}/locale/{0}/global/editMenuOverlay.dtd",
#"chrome/{0}/locale/{0}/global/editMenuOverlay.dtd",
{
"file": "chrome/{0}/locale/{0}/global/intl.properties",
"grep_patterns": [
@ -83,7 +82,9 @@ def main():
"^intl.accept_languages"
]
},
"browser/localization/{0}/browser/browserSets.ftl",
"browser/localization/{0}/browser/menubar.ftl",
"browser/localization/{0}/devtools/client/toolbox.ftl",
"localization/{0}/toolkit/global/textActions.ftl",
"localization/{0}/toolkit/global/wizard.ftl"
]