docs: sync README language list with supported LocaleTypes#14
Merged
Conversation
Expand the language list from 31 to all 46 LocaleType codes, sorted alphabetically. Adds the previously-undocumented locales (Bosnian, Croatian, Czech, Finnish, Greek, Mongolian, Norwegian, Serbian, Slovak, Slovenian, Tamil, Traditional Chinese, Ukrainian) and corrects two mislabels (India -> Hindi, Azerbaijan -> Azerbaijani). Greek (gr, el) and Slovenian (si, sl) each map to two enum codes; both are listed together. Documentation only -- no enum changes, so this is not a breaking change for consumers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the README’s “multiple languages” section so it matches the currently supported LocaleType values in the codebase, reducing drift between documentation and implementation.
Changes:
- Expanded the README locale list to include all supported
LocaleTypecodes. - Corrected a couple of locale labels and normalized formatting (e.g., spacing for
Polish(pl)). - Documented duplicate-code locales by listing both codes (e.g.,
gr, elandsi, sl).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Bulgarian(bg) | ||
| - Catalan(cat) | ||
| - Chinese(zh) | ||
| - Chinese, Traditional(tw) |
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
The README's "multiple languages" list had drifted to 31 entries while
LocaleTypenow defines 46 codes. This syncs the docs to match.Changes
LocaleTypecodes, sorted alphabetically by language name.India(hi)→Hindi(hi),Azerbaijan(az)→Azerbaijani(az); normalizedPolish (pl)spacing.Notes
gr/elboth render Greek andsi/slboth render Slovenian (the enum carries duplicate codes). Each is listed with both codes rather than renamed.LocaleTypechanges, so this is not a breaking change for consumers.🤖 Generated with Claude Code