-
Notifications
You must be signed in to change notification settings - Fork 403
add Finnish translations #2605
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
base: main
Are you sure you want to change the base?
add Finnish translations #2605
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Finnish translation file to localize all existing resource strings into Finnish.
- Introduces
Resources.fi.xlf
containing translated<trans-unit>
entries for the entire resource set. - Sets the target language to Finnish (
fi
) and marks all units as translated. - Mirrors the structure of the English source resource file.
</trans-unit> | ||
<trans-unit id="OptionRequiredArgumentMissing"> | ||
<source>Required argument missing for option: '{0}'.</source> | ||
<target state="translated">Pakollinen argumentti puuttuu valinnalta: '{0}'.</target> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here likewise valitsimelta: '{0}'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per previous comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big thanks for you review @KalleOlaviNiemitalo !
fixes #2587
@KalleOlaviNiemitalo PTAL as I don't speak Finnish and the AI I've used could be wrong