chore(jsondata): add Handler_methods L10n key#44264
Open
caugner wants to merge 1 commit into
Open
Conversation
Used by rari's JS reference sidebar for a new "Handler methods" group on `Proxy/*` pages. Translations sourced from existing `Proxy/Proxy/*` content in `translated-content` and `translated-content-de`.
caugner
commented
May 26, 2026
| "ja": "ハンドラーメソッド", | ||
| "ko": "처리기 메서드", | ||
| "ru": "Методы обработчика", | ||
| "zh-CN": "处理器方法" |
| "Handler_methods": { | ||
| "de": "Handler-Methoden", | ||
| "en-US": "Handler methods", | ||
| "es": "Métodos del manejador", |
| "de": "Handler-Methoden", | ||
| "en-US": "Handler methods", | ||
| "es": "Métodos del manejador", | ||
| "fr": "Méthodes du gestionnaire", |
| "en-US": "Handler methods", | ||
| "es": "Métodos del manejador", | ||
| "fr": "Méthodes du gestionnaire", | ||
| "ja": "ハンドラーメソッド", |
| "es": "Métodos del manejador", | ||
| "fr": "Méthodes du gestionnaire", | ||
| "ja": "ハンドラーメソッド", | ||
| "ko": "처리기 메서드", |
| "fr": "Méthodes du gestionnaire", | ||
| "ja": "ハンドラーメソッド", | ||
| "ko": "처리기 메서드", | ||
| "ru": "Методы обработчика", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a
Handler_methodsentry toL10n-Common.jsonwith translations forde,en-US,es,fr,ja,ko,ru,zh-CN.Motivation
Used by rari's JS reference sidebar for a new "Handler methods" group on
Proxy/*pages (see mdn/rari#728). Without this key,l10n_json_datareturns an error and the affected sidebar build fails.Additional details
Translations were sourced from established usage in the existing
Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/**pages oftranslated-contentandtranslated-content-de. Each mirrors the locale's existing "X methods" pattern (e.g.Instance_methods→ "Méthodes d'instance" ⇒ "Méthodes du gestionnaire"; German "Handler-Funktionen" ⇒ "Handler-Methoden").pt-BRandzh-TWare omitted because the source content is not translated in those locales; they will fall back toen-US.Related issues and pull requests
Related to mdn/rari#728.