feat(i18n): change npmx tagline and add missing Spanish translations#1703
feat(i18n): change npmx tagline and add missing Spanish translations#1703
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR updates Spanish locale files (i18n/locales and lunaria/files) adding and expanding translation keys across es, es-419 and es-ES variants. Changes introduce file-diff and compare UI strings, trends analytics copy (including copy_alt blocks), version distribution/grouping labels, size_increase and deprecation messaging, copy_version/copy_as_markdown, missing_permission messages, and about.sponsors / about.oss_partners entries. SEO/home description and tagline strings were adjusted. Multiple new public keys were added to support these UI features. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
| "filter": { | ||
| "added": "añadido", | ||
| "removed": "eliminado", | ||
| "modified": "modificado" |
There was a problem hiding this comment.
Plural agreement is off in compare.no_files_filtered output.
Line 1093 renders No hay archivos {filter}, but Line 1094-1097 provide singular forms (añadido, eliminado, modificado), which reads awkwardly in UI.
Suggested fix
"filter": {
- "added": "añadido",
- "removed": "eliminado",
- "modified": "modificado"
+ "added": "añadidos",
+ "removed": "eliminados",
+ "modified": "modificados"
},📝 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.
| "filter": { | |
| "added": "añadido", | |
| "removed": "eliminado", | |
| "modified": "modificado" | |
| "filter": { | |
| "added": "añadidos", | |
| "removed": "eliminados", | |
| "modified": "modificados" | |
| }, |
🔗 Linked issue
🧭 Context
Check #1689 (Spanish)
📚 Description
This PR also includes the following missing translations and some wrong translated entries:
Missing Spanish Translatations
package.copy_versionpackage.size_increase.title_sizepackage.size_increase.title_depspackage.size_increase.title_bothpackage.size_increase.sizepackage.size_increase.depspackage.versions.distribution_range_date_same_yearpackage.versions.distribution_range_date_multiple_yearspackage.versions.grouping_versions_titlepackage.versions.grouping_versions_allpackage.versions.grouping_versions_only_recentpackage.versions.grouping_usage_titlepackage.versions.grouping_usage_allpackage.versions.grouping_usage_lowpackage.versions.copy_alt.per_version_analysispackage.versions.copy_alt.general_descriptionpackage.dependencies.has_replacementpackage.trends.toggle_stack_modepackage.trends.contributors_skippackage.trends.items.contributorspackage.trends.play_animationpackage.trends.pause_animationpackage.trends.data_correctionpackage.trends.average_windowpackage.trends.smoothingpackage.trends.known_anomaliespackage.trends.known_anomalies_descriptionpackage.trends.known_anomalies_rangespackage.trends.known_anomalies_rangepackage.trends.known_anomalies_range_namedpackage.trends.known_anomalies_nonepackage.trends.known_anomalies_contributepackage.trends.apply_correctionpackage.trends.copy_alt.trend_nonepackage.trends.copy_alt.trend_strongpackage.trends.copy_alt.trend_weakpackage.trends.copy_alt.trend_undefinedpackage.trends.copy_alt.button_labelpackage.trends.copy_alt.watermarkpackage.trends.copy_alt.analysispackage.trends.copy_alt.estimationpackage.trends.copy_alt.estimationspackage.trends.copy_alt.comparepackage.trends.copy_alt.single_packagepackage.trends.copy_alt.general_descriptionclaim.modal.missing_permissionabout.sponsors.titleabout.oss_partners.titlecompare.packages.copy_as_markdowncompare.file_changescompare.files_countcompare.lines_hiddencompare.compare_versionscompare.summarycompare.deps_countcompare.dependenciescompare.dev_dependenciescompare.peer_dependenciescompare.optional_dependenciescompare.no_dependency_changescompare.file_filter_option.allcompare.file_filter_option.addedcompare.file_filter_option.removedcompare.file_filter_option.modifiedcompare.search_files_placeholdercompare.no_files_allcompare.no_files_searchcompare.no_files_filteredcompare.filter.addedcompare.filter.removedcompare.filter.modifiedcompare.files_buttoncompare.select_file_promptcompare.close_files_panelcompare.filter_files_label