docs: Denote currently supported locales#206
Merged
Conversation
Add a "Currently Supported Locales" section to the multilingual support
reference listing en, de, and fr, with a pointer to /api/{year}/locales
for the authoritative runtime list.
Verified against the 5e-database source tree. The 2014 ruleset ships fr-FR and pt-BR translations; 2024 ships pt-BR only. Replace the illustrative de/fr codes used throughout the multilingual reference, introduction, and 2014 versioned copies with real, currently-supported locale codes so example payloads match what the API actually returns.
bagelbits
approved these changes
May 1, 2026
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.
Summary
en,fr-FR,pt-BR) with per-ruleset availability (2014 shipsfr-FR+pt-BR; 2024 shipspt-BRonly)./api/{year}/localesas the authoritative runtime source for the current list.de/frcodes used throughout the multilingual reference and introduction (query string,Accept-Languageheader,/localesexample response, GraphQL query, and the contributing-translation example) with real, currently-supported locale codes so the example payloads match what the API actually returns.version-2014versioned copies ofintroduction.mdandreference/multilingual.md.Locales were verified against the
5e-bits/5e-databasesource tree undersrc/2014/andsrc/2024/.Test plan
#list-all-supported-localesanchor link resolves, and no broken-link warnings appear.version-2014reference render consistently.