-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Add the missing translations for the Danish ("da") locale #30155
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
Comments
…("da") locale (gauss) This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Add the missing translations for the Danish ("da") locale | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30155 | License | MIT Addresses the missing translations listed in #30155 Commits ------- 710f8a6 [Validator] Add the missing translations for the Danish ("da") locale
Seems like this issue is already done and needs to be closed if I'm right. :) |
I'm reopening this because this is not fixed yet. @mauran that Danish translation file exists (see https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf) but it doesn't contain yet the translations listed in this issue. The work to do is to add only these missing translations to the existing file. Thanks for offering yourself to do it! |
Sorry for the confusion ... these strings were indeed translated in #31499 .... but they were merged in the wrong file. They should go to Validator component, not Form component 🤔 |
Ohh 😅 - So should i just move them to their correct place to be? |
@mauran Would you like to give it a try? |
@xabbuh Yeah! But i'm still unsure if i just need to move the translation-files or not. :) |
see #33085 |
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] fix Danish translations | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30155 | License | MIT | Doc PR | Commits ------- 6e0c916 fix Danish translations
If you want to work on this issue, add a comment to assign it to yourself and let others know that this is already taken. Thanks!
Symfony version(s) affected: 3.4
Description
The
src/Symfony/Component/Validator/Resources/translations/validators.da.xlf
file is missing the following translations compared to the original English file:Possible Solution
A Pull Request must be sent to Symfony's 3.4 branch adding the missing translations.
Don't forget to take a quick look at the existing translations to use the same tone and style in the new translations.
Additional context
You have two ways to make this contribution:
1) Use the GitHub web interface to edit the translation and make the pull request.
2) Use your own editor to edit the translation file and use the Git commands in the terminal to make the pull request.
If you need any help during the contribution process, visit the
#contribs
channel on Symfony Slack where we'll be happy to help you.The text was updated successfully, but these errors were encountered: