feat(translations): add Czech translation#6725
feat(translations): add Czech translation#6725sriramveeraghanta merged 1 commit intomakeplane:previewfrom
Conversation
WalkthroughThe changes add support for the Czech language by updating language constants and types, providing a new translations JSON file, and modifying the translation store's language file importer. These updates extend the available language options without altering existing functionality. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant TranslationStore
participant "cs/translations.json"
User->>App: Selects "Čeština" (cs)
App->>TranslationStore: Request language file for "cs"
TranslationStore->>TranslationStore: Evaluate switch case for "cs"
TranslationStore->> "cs/translations.json": Import translation file
"cs/translations.json"->>TranslationStore: Return translations data
TranslationStore->>App: Provide translated content
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🔇 Additional comments (4)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
This PR adds support for Czech translations.
Type of Change
Summary by CodeRabbit