Skip to content

fix(i18n): correct connected_as user prefix symbol#1003

Merged
danielroe merged 1 commit intonpmx-dev:mainfrom
serkodev:fix/i18n-connected-as
Feb 5, 2026
Merged

fix(i18n): correct connected_as user prefix symbol#1003
danielroe merged 1 commit intonpmx-dev:mainfrom
serkodev:fix/i18n-connected-as

Conversation

@serkodev
Copy link
Copy Markdown
Contributor

@serkodev serkodev commented Feb 5, 2026

{'@'}{user} -> ~{user}

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 5, 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 5, 2026 8:53am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Feb 5, 2026 8:53am
npmx-lunaria Ignored Ignored Feb 5, 2026 8:53am

Request Review

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 5, 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/ar-EG.json Localization changed, will be marked as complete.
lunaria/files/cs-CZ.json Localization changed, will be marked as complete.
lunaria/files/es-419.json Localization changed, will be marked as complete.
lunaria/files/es-ES.json Localization changed, will be marked as complete.
lunaria/files/fr-FR.json Localization changed, will be marked as complete.
lunaria/files/hu-HU.json Localization changed, will be marked as complete.
lunaria/files/ja-JP.json Localization changed, will be marked as complete.
lunaria/files/pl-PL.json Localization changed, will be marked as complete.
lunaria/files/ru-RU.json Localization changed, will be marked as complete.
lunaria/files/uk-UA.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
Copy Markdown

codecov Bot commented Feb 5, 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!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 5, 2026

📝 Walkthrough

Walkthrough

This pull request updates the connector status translation across multiple locale files in both the i18n/locales/ and lunaria/files/ directories. The connector.status.connected_as translation key is modified across 20 locale files covering 10 languages: Arabic, Azerbaijani, Czech, Spanish, French, Hungarian, Japanese, Polish, Russian, and Ukrainian. The change replaces the placeholder format {'@'}{user} with ~{user} in each translation string, altering how the connected user identifier is displayed. No functional logic, error handling, or control flow changes are present; these are purely translation string updates.

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description directly matches the changeset, describing the replacement of the user prefix symbol from {'@'}{user} to ~{user} across all locale files.

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

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

@danielroe danielroe added this pull request to the merge queue Feb 5, 2026
Merged via the queue into npmx-dev:main with commit b655456 Feb 5, 2026
16 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