Skip to content

Comments

fix(i18n): update Czech translations#1557

Merged
danielroe merged 4 commits intonpmx-dev:mainfrom
VentyCZ:update-czech
Feb 22, 2026
Merged

fix(i18n): update Czech translations#1557
danielroe merged 4 commits intonpmx-dev:mainfrom
VentyCZ:update-czech

Conversation

@VentyCZ
Copy link
Contributor

@VentyCZ VentyCZ commented Feb 21, 2026

No description provided.

@vercel
Copy link

vercel bot commented Feb 21, 2026

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

Project Deployment Actions Updated (UTC)
docs.npmx.dev Ready Ready Preview, Comment Feb 22, 2026 8:02am
npmx.dev Ready Ready Preview, Comment Feb 22, 2026 8:02am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
npmx-lunaria Ignored Ignored Feb 22, 2026 8:02am

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 21, 2026

📝 Walkthrough

Walkthrough

This PR expands the Czech locale JSON (i18n/locales/cs-CZ.json) with many new and populated translation keys and nested objects across UI areas: footer (keyboard_shortcuts), shortcuts (global/search/package actions), search (titles, metadata, algolia_disclaimer), settings.data_source, provenance_section, security_downgrade, team, no_dependency, versions/distribution filters and pluralisation, dependencies.has_replacement, downloads.community_distribution, install_scripts hints, readme callouts, privacy_policy, a11y, and numerous other UI/tooltips. Changes are additions and restructurings of public-facing i18n keys.

Possibly related PRs

Suggested reviewers

  • danielroe
  • ghostdevv
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request title indicates this updates Czech translations, and the changesets confirm localization file modifications for cs-CZ language.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
i18n/locales/cs-CZ.json (1)

411-412: Consider "Opraveno" over "Uzamčeno" for fixed_in_title.

"Uzamčeno ve verzi {version}" translates as "locked in version", whereas the key name fixed_in_title implies a vulnerability was patched/fixed from that version onward. "Opraveno ve verzi {version}" would be semantically more precise.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 4

"button": "Hledat",
"searching": "Hledání...",
"found_packages": "Nalezen {count} balíček | Nalezeny {count} balíčky | Nalezeno {count} balíčků",
"found_packages_sorted": "Srovnání nejlepšího {count} výsledku | Srovnání nejlepších {count} výsledků | Srovnání nejlepších {count} výsledků",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Identical 2nd and 3rd plural forms in found_packages_sorted

Both the 2–4 and 5+ variants resolve to "Srovnání nejlepších {count} výsledků". Every other pluralised string in this file (e.g. found_packages: balíček | balíčky | balíčků, versions.view_all: verzi | verze | verzí) carries three distinct forms. In Czech, the 2–4 nominative/accusative plural of výsledek is výsledky, so the 2–4 variant likely should read "Srovnání nejlepších {count} výsledky" unless the genitive construction was intentionally chosen for both.

"li2": "{li21}{separator} {li22}",
"separator": ":",
"cookie_vdpl": "__vdpl",
"cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje z správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás.",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Czech grammar: "ze správné" required before a consonant cluster

The preposition z takes the variant ze before words beginning with a consonant cluster. správné starts with spr, so the standard form is ze správné verze nasazení.

✏️ Proposed fix
-        "cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje z správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás."
+        "cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje ze správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás."
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje z správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás.",
"cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje ze správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás.",

"button": "Hledat",
"searching": "Hledání...",
"found_packages": "Nalezen {count} balíček | Nalezeny {count} balíčky | Nalezeno {count} balíčků",
"found_packages_sorted": "Srovnání nejlepšího {count} výsledku | Srovnání nejlepších {count} výsledků | Srovnání nejlepších {count} výsledků",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Same issue as in i18n/locales/cs-CZ.json line 44

The 2nd and 3rd plural forms of found_packages_sorted are identical here as well — please apply the same fix discussed in the primary locale file.

"separator": ":",
"cookie_vdpl": "__vdpl",
"cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje z správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás.",
"cookie_h3": "h3",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Czech grammar: "ze správné" required (mirror of i18n/locales/cs-CZ.json line 1039)

Same "z správné""ze správné" correction applies in this file.

✏️ Proposed fix
-        "cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje z správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás."
+        "cookie_vdpl_desc": "Tento cookie je používán naším poskytovatelem hostingu (Vercel) pro ochranu proti nesouladu verzí. Zajišťuje, že načítáte zdroje ze správné verze nasazení, pokud je během prohlížení vydána nová aktualizace. Nesleduje vás."

@github-actions
Copy link

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

File Note
lunaria/files/cs-CZ.json Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ 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
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@danielroe danielroe added this pull request to the merge queue Feb 22, 2026
Merged via the queue into npmx-dev:main with commit d39fba5 Feb 22, 2026
17 checks passed
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