Skip to content

feat(i18n): add pds, blog and missing Spanish translations#2085

Merged
graphieros merged 1 commit intomainfrom
userquin/feat-include-missing-spanish-translations
Mar 15, 2026
Merged

feat(i18n): add pds, blog and missing Spanish translations#2085
graphieros merged 1 commit intomainfrom
userquin/feat-include-missing-spanish-translations

Conversation

@userquin
Copy link
Member

🔗 Linked issue

🧭 Context

📚 Description

This PR includes the following missing Spanish translations (es-ES and es-419):

Missing Spanish translations
  • footer.blog
  • footer.builders_chat
  • shortcuts.open_main
  • shortcuts.open_diff
  • search.instant_search
  • search.instant_search_on
  • search.instant_search_off
  • search.instant_search_turn_on
  • search.instant_search_turn_off
  • search.instant_search_advisory
  • blog.title
  • blog.heading
  • blog.meta_description
  • blog.author.view_profile
  • blog.draft_badge
  • blog.draft_banner
  • blog.atproto.view_on_bluesky
  • blog.atproto.reply_on_bluesky
  • blog.atproto.likes_on_bluesky
  • blog.atproto.like_or_reply_on_bluesky
  • blog.atproto.no_comments_yet
  • blog.atproto.could_not_load_comments
  • blog.atproto.comments
  • blog.atproto.loading_comments
  • blog.atproto.updating
  • blog.atproto.reply_count
  • blog.atproto.like_count
  • blog.atproto.repost_count
  • blog.atproto.more_replies
  • settings.instant_search
  • settings.instant_search_description
  • error.401
  • error.404
  • error.500
  • error.503
  • error.default
  • common.view_on.gitlab
  • common.view_on.bitbucket
  • common.view_on.codeberg
  • common.view_on.git_repo
  • common.view_on.forgejo
  • common.view_on.gitea
  • common.view_on.gitee
  • common.view_on.radicle
  • common.view_on.sourcehut
  • common.view_on.tangled
  • package.links.main
  • package.versions.grouping_usage_most_used
  • package.trends.open_options
  • package.trends.close_options
  • package.trends.prediction
  • package.trends.copy_alt.facet_bar_general_description
  • package.trends.copy_alt.facet_bar_analysis
  • code.binary_file
  • code.binary_rendering_warning
  • about.get_involved.builders.title
  • about.get_involved.builders.description
  • about.get_involved.builders.cta
  • compare.packages.table_view
  • compare.packages.charts_view
  • compare.compare_versions_title
  • compare.version_selector_title
  • pds.title
  • pds.meta_description
  • pds.join.title
  • pds.join.description
  • pds.join.migrate
  • pds.server.title
  • pds.server.location_label
  • pds.server.location_value
  • pds.server.infrastructure_label
  • pds.server.infrastructure_value
  • pds.server.privacy_label
  • pds.server.privacy_value
  • pds.server.learn_more
  • pds.community.title
  • pds.community.description
  • pds.community.loading
  • pds.community.error
  • pds.community.empty
  • pds.community.view_profile
  • pds.community.new_accounts

@vercel
Copy link

vercel bot commented Mar 15, 2026

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

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

Request Review

@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
i18n/locales/es-419.json Localization changed, will be marked as complete.
i18n/locales/es.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 Mar 15, 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
Contributor

coderabbitai bot commented Mar 15, 2026

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: 9c7286a0-d587-4074-b366-2acc82f7f141

📥 Commits

Reviewing files that changed from the base of the PR and between a444140 and 55c56a6.

📒 Files selected for processing (2)
  • i18n/locales/es-419.json
  • i18n/locales/es.json

📝 Walkthrough

Walkthrough

This pull request adds Spanish translations for two locale files: es-419.json and es.json. The changes introduce new translation keys across multiple namespaces including blog (with Bluesky integration strings), error messages (401, 404, 500, 503, default), pds onboarding and server information, instant search shortcuts, compare packages views, trends descriptions, footer entries, and code-related strings for binary file handling. The es.json file receives significantly more additions than es-419.json, expanding existing structures with descriptive content for new features.

Possibly related PRs

Suggested reviewers

  • mrcego
  • danielroe
🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The PR description clearly details all missing Spanish translations being added across multiple locales, directly matching the changeset modifications.

✏️ 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
  • Commit unit tests in branch userquin/feat-include-missing-spanish-translations
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.

Add a configuration file to your project to customize how CodeRabbit runs oxc.

Copy link
Contributor

@graphieros graphieros left a comment

Choose a reason for hiding this comment

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

A mí me parece muy bien

@graphieros graphieros added this pull request to the merge queue Mar 15, 2026
Merged via the queue into main with commit fbb9011 Mar 15, 2026
23 checks passed
@graphieros graphieros deleted the userquin/feat-include-missing-spanish-translations branch March 15, 2026 16:38
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