-
-
Notifications
You must be signed in to change notification settings - Fork 112
Add changelog and statistics translations #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Cannonb4ll
merged 12 commits into
ploi:main
from
SebastiaanKloos:changelog-translations
Nov 26, 2025
Merged
Add changelog and statistics translations #329
Cannonb4ll
merged 12 commits into
ploi:main
from
SebastiaanKloos:changelog-translations
Nov 26, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Languages Updated
Changes
All user-facing strings now use proper translation keys, making the application more maintainable and properly internationalized across all supported languages.