Skip to content

Conversation

@SebastiaanKloos
Copy link
Collaborator

Summary

  • Add view-item translation to changelog in multiple languages (English, Dutch, Spanish, Italian, Hungarian)
  • Add votes section translations to Spanish changelog
  • Add statistics and activity translations to Dutch
  • Add search translation to spotlight (English and Dutch)
  • Add view-public-profile translation to Dutch profile
  • Add table header translations (votes, comments, users, activity, date)
  • Refactor translation keys for consistency (votes-plural, comments-plural)
  • Use translation keys in Blade components instead of hardcoded strings

Languages Updated

  • English (en)
  • Dutch (nl)
  • Spanish (es)
  • Italian (it)
  • Hungarian (hu)

Changes

All user-facing strings now use proper translation keys, making the application more maintainable and properly internationalized across all supported languages.

SebastiaanKloos and others added 12 commits November 18, 2025 16:23
Added Dutch translations for the new changelog feature:
- 'included-items' => 'Gerelateerde items'
- 'view-item' => 'Bekijken'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Added English translation for the new changelog view item feature:
- 'view-item' => 'View'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Added Spanish translations for the new changelog features:
- 'view-item' => 'Ver'
- Complete votes section with all translations:
  - 'liked-by' => 'Le gusta a'
  - 'no-likes' => 'Todavía no hay me gusta'
  - 'like' => 'Me gusta'
  - 'remove-like' => 'Quitar me gusta'
  - 'login' => 'Inicia sesión para dar me gusta'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Added Italian translation for the new changelog view item feature:
- 'view-item' => 'Visualizza'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Added Hungarian translation for the new changelog view item feature:
- 'view-item' => 'Megtekintés'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Replaced hardcoded English strings with translation keys for better i18n support:
- "View →" replaced with {{ trans('changelog.view-item') }} →
- "Related Items" replaced with {{ trans('changelog.included-items') }}

This allows the changelog item view to display in the user's preferred language.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Adds translation key for viewing public profile link in Dutch language file.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add translation key for the search button label to support internationalization of the search interface.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add Dutch translation 'Zoeken' for the search button label to provide localized search interface for Dutch users.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Replace hardcoded 'Search' text with translation helper to support multiple languages in the search button component.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add Dutch translations for statistics dashboard including votes, comments, users, projects, boards, and recent activity. Also refactor vote/comment plural translations to use clearer naming convention.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add Dutch translations for table headers including votes, comments, users, activity, and date columns.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@SebastiaanKloos SebastiaanKloos changed the title feat: add changelog and statistics translations Add changelog and statistics translations Nov 18, 2025
@Cannonb4ll Cannonb4ll merged commit 3c6a8b4 into ploi:main Nov 26, 2025
4 checks passed
@SebastiaanKloos SebastiaanKloos deleted the changelog-translations branch November 26, 2025 12:19
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