Skip to content

feat(i18n): update French translations#1489

Merged
ghostdevv merged 6 commits intonpmx-dev:mainfrom
WarningImHack3r:baguette-two
Feb 14, 2026
Merged

feat(i18n): update French translations#1489
ghostdevv merged 6 commits intonpmx-dev:mainfrom
WarningImHack3r:baguette-two

Conversation

@WarningImHack3r
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Feb 14, 2026

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

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Feb 14, 2026 0:39am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Feb 14, 2026 0:39am
npmx-lunaria Ignored Ignored Feb 14, 2026 0:39am

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 14, 2026

📝 Walkthrough

Walkthrough

This pull request adds and expands French translation data in locale files (notably i18n/locales/fr-FR.json and lunaria/files/fr-FR.json). New keys and nested objects cover common UI text, package/get‑started copy, provenance/security downgrade messaging, version distribution and trends controls, downloads UI, accessibility (a11y) content, team/governance labels, account/connect flows, and related modal/operation labels. Changes are data-only (translation strings), increasing the breadth of UI localisation entries without altering application logic.

Possibly related PRs

Suggested reviewers

  • ghostdevv
  • danielroe
🚥 Pre-merge checks | ✅ 1 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request has no author-provided description, making it impossible to assess whether the intended changes are properly communicated. Add a clear pull request description explaining the purpose, scope, and rationale for the French translation updates.
✅ Passed checks (1 passed)
Check name Status Explanation
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ 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

No actionable comments were generated in the recent review. 🎉

🧹 Recent nitpick comments
lunaria/files/fr-FR.json (1)

348-352: Minor: inconsistent capitalisation in granularity labels.

"Par Jour", "Par Semaine", "Par Mois" use title case whereas "Par an" is lowercase. Consider standardising to lowercase throughout (e.g. "Par jour", "Par semaine", "Par mois") for visual consistency in the UI.

💡 Suggested fix
-      "granularity_daily": "Par Jour",
-      "granularity_weekly": "Par Semaine",
-      "granularity_monthly": "Par Mois",
+      "granularity_daily": "Par jour",
+      "granularity_weekly": "Par semaine",
+      "granularity_monthly": "Par mois",
       "granularity_yearly": "Par an",
i18n/locales/fr-FR.json (1)

349-352: Minor: same capitalisation inconsistency as the lunaria file.

The granularity labels should be standardised — either all lowercase or all title case.

💡 Suggested fix
-      "granularity_daily": "Par Jour",
-      "granularity_weekly": "Par Semaine",
-      "granularity_monthly": "Par Mois",
+      "granularity_daily": "Par jour",
+      "granularity_weekly": "Par semaine",
+      "granularity_monthly": "Par mois",
       "granularity_yearly": "Par an",

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

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

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/fr-FR.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 14, 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!

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

WarningImHack3r and others added 3 commits February 14, 2026 01:35
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@ghostdevv
Copy link
Contributor

ready for review? @WarningImHack3r

@WarningImHack3r
Copy link
Contributor Author

@ghostdevv Yes! :)

@ghostdevv ghostdevv added this pull request to the merge queue Feb 14, 2026
Merged via the queue into npmx-dev:main with commit 29158b6 Feb 14, 2026
17 checks passed
@github-actions
Copy link

Thanks for your first contribution, @WarningImHack3r! 💫

We'd love to welcome you to the npmx community. Come and say hi on Discord! And once you've joined, visit npmx.wamellow.com to claim the contributor role.

@WarningImHack3r WarningImHack3r deleted the baguette-two branch February 14, 2026 09:19
alex-key pushed a commit to alex-key/npmx.dev that referenced this pull request Feb 16, 2026
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.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.

2 participants