Add Finnish translations for contributions and streaks#888
Add Finnish translations for contributions and streaks#888akkinyu2002 wants to merge 2 commits intoDenverCoder1:mainfrom
Conversation
|
I just added finnish lang |
There was a problem hiding this comment.
Pull request overview
Adds Finnish (fi) locale strings to the translations map used by the streak stats card, enabling Finnish labels for contribution and streak metrics.
Changes:
- Added a new
fitranslation block for contribution/streak-related labels insrc/translations.php.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
src/translations.php
Outdated
| "Longest Week Streak" => "Pisin viikon sarja", | ||
| "Present" => "Nykyisin", | ||
| "Excluding {days}" => "Pois lukien {days}", | ||
| ], |
There was a problem hiding this comment.
The closing bracket for the fi locale array is not indented consistently with other locale blocks (it should align with the opening "fi" => [ line). Please adjust indentation to match surrounding locale blocks.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Its finnish
Description
Fixes #
Type of change
How Has This Been Tested?
composer testChecklist:
Screenshots