Skip to content

feat: add Czech to AI output language options#554

Open
polard wants to merge 1 commit into
nashsu:mainfrom
polard:feat/czech-output-language
Open

feat: add Czech to AI output language options#554
polard wants to merge 1 commit into
nashsu:mainfrom
polard:feat/czech-output-language

Conversation

@polard

@polard polard commented Jul 9, 2026

Copy link
Copy Markdown

Summary

Adds Czech (čeština) as a selectable AI output language.

Interestingly, the language detector in detect-language.ts already returns "Czech" for auto-detected Czech text, but the value was missing from the OutputLanguage union and the settings dropdown — so the auto path could produce a language the user could never select explicitly. This PR fixes that inconsistency.

Changes

  • add "Czech" to the OutputLanguage union in wiki-store.ts
  • add Čeština (Czech) to OUTPUT_LANGUAGE_OPTIONS
  • add explicit language metadata (htmlLang: "cs", latin script, LTR)

Testing

  • npm run typecheck passes

🤖 Generated with Claude Code

Add Czech (čeština) as a selectable AI output language. The language
detector already returns "Czech" for auto-detected Czech text, but the
value was missing from the OutputLanguage union and the settings
dropdown, so users could not select it explicitly.

- add "Czech" to the OutputLanguage union in wiki-store
- add Čeština (Czech) option to OUTPUT_LANGUAGE_OPTIONS
- add explicit language metadata (htmlLang "cs", latin script)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant