Skip to content

fix(i18n): update Czech translations - #2425

Merged
ghostdevv merged 2 commits into
npmx-dev:mainfrom
VentyCZ:update-czech
Apr 9, 2026
Merged

fix(i18n): update Czech translations#2425
ghostdevv merged 2 commits into
npmx-dev:mainfrom
VentyCZ:update-czech

Conversation

@VentyCZ

Copy link
Copy Markdown
Contributor

📚 Description

Updating Czech translations. Also, adding two new translation strings for proper aria label support on collapsible sections.

@vercel

vercelBot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
npmx.devReadyReadyPreview, CommentApr 8, 2026 8:01pm
2 Skipped Deployments
ProjectDeploymentActionsUpdated (UTC)
docs.npmx.devIgnoredIgnoredApr 8, 2026 8:01pm
npmx-lunariaIgnoredIgnoredApr 8, 2026 8:01pm

Request Review

@github-actions

Copy link
Copy Markdown

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

FileNote
i18n/locales/cs-CZ.jsonLocalization changed, will be marked as complete.
i18n/locales/en.jsonSource changed, localizations will be marked as outdated.
Warnings reference
IconDescription
🔄️The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@codecov

codecovBot commented Apr 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing linesPatch %Lines
app/components/CollapsibleSection.vue60.00%1 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

@coderabbitai

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 07f01c5e-434a-4091-94a7-e3ef035eb433

📥 Commits

Reviewing files that changed from the base of the PR and between ed72177 and e851a48.

📒 Files selected for processing (4)
  • app/components/CollapsibleSection.vue
  • i18n/locales/cs-CZ.json
  • i18n/locales/en.json
  • i18n/schema.json

📝 Walkthrough

Walkthrough

This pull request updates the CollapsibleSection.vue component to generate localised aria-label text using i18n keys. The component now selects translations based on two conditions: whether a title is provided (generic collapse/expand keys versus name-aware variants) and whether the section is currently expanded or collapsed. Corresponding translation strings are added to the English and Czech locale files, alongside schema definitions validating these new internationalisation entries.

Possibly related PRs

Suggested reviewers

  • ghostdevv
  • danielroe
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check nameStatusExplanation
Description check✅ PassedThe pull request description accurately describes the changeset, detailing Czech translation updates and new aria label translation strings for collapsible sections.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ghostdevv
ghostdevv added this pull request to the merge queueApr 9, 2026
@ghostdevv

Copy link
Copy Markdown
Member

ty, good catch!! could you split the translations and key addition up next time though 👀

Merged via the queue into npmx-dev:main with commit cfbc6efApr 9, 2026
22 checks passed
@github-actionsgithub-actionsBot mentioned this pull request Apr 9, 2026
@VentyCZ

Copy link
Copy Markdown
ContributorAuthor

ty, good catch!! could you split the translations and key addition up next time though 👀

Yea, will do :) Just wanted to translate it while I'm at it. Will probably go hunt more missing / non-translatable strings in the future.

Sign up for freeto 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

@VentyCZ@ghostdevv