Skip to content

docs: sync README language list with supported LocaleTypes#14

Merged
freakness merged 1 commit into
masterfrom
docs/readme-language-list
Jun 4, 2026
Merged

docs: sync README language list with supported LocaleTypes#14
freakness merged 1 commit into
masterfrom
docs/readme-language-list

Conversation

@freakness

Copy link
Copy Markdown
Collaborator

Description

The README's "multiple languages" list had drifted to 31 entries while LocaleType now defines 46 codes. This syncs the docs to match.

Changes

  • Expanded the list to cover all 46 LocaleType codes, sorted alphabetically by language name.
  • Added previously-undocumented locales: Bosnian(bs), Chinese Traditional(tw), Croatian(hr), Czech(cs), Finnish(fi), Greek(gr, el), Mongolian(mn), Norwegian(no), Serbian(sr), Slovak(sk), Slovenian(si, sl), Tamil(ta), Ukrainian(uk).
  • Fixed mislabels: India(hi)Hindi(hi), Azerbaijan(az)Azerbaijani(az); normalized Polish (pl) spacing.

Notes

  • gr/el both render Greek and si/sl both render Slovenian (the enum carries duplicate codes). Each is listed with both codes rather than renamed.
  • Documentation only — no LocaleType changes, so this is not a breaking change for consumers.

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings June 4, 2026 12:52
@freakness freakness merged commit fc24891 into master Jun 4, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 LocaleType codes.
  • 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, el and si, sl).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
- Bulgarian(bg)
- Catalan(cat)
- Chinese(zh)
- Chinese, Traditional(tw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants