-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
i18n: missing pt-BR translation for non-member user mentions #33413
base: develop
Are you sure you want to change the base?
i18n: missing pt-BR translation for non-member user mentions #33413
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #33413 +/- ##
============================================
- Coverage 74.85% 58.52% -16.34%
============================================
Files 470 2777 +2307
Lines 20743 66566 +45823
Branches 5294 15037 +9743
============================================
+ Hits 15528 38957 +23429
- Misses 4595 24785 +20190
- Partials 620 2824 +2204
Flags with carried forward coverage won't be shown. Click here to find out more. |
4d14664
to
36488e6
Compare
@@ -1486,6 +1487,7 @@ | |||
"Do_not_display_unread_counter": "Não exibir nenhum contador desse canal", | |||
"Do_not_provide_this_code_to_anyone": "Não forneça este código para ninguém.", | |||
"Do_Nothing": "Não fazer nada", | |||
"Do_nothing": "Não fazer nada", |
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.
"Do_nothing": "Não fazer nada", | |
"Do_nothing": "Fazer nada", |
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.
I don't think this is a regression. Did anyone test this in older versions to make sure?
Also, the issue reported is not a missing translation. When there is a translation missing, it should always default to the english version (english translation is the base for all other translations, so it is the only one 100% guaranteed to have all keys present, always)
In the attached Jira task the title does indeed just mentions a missing translation, but in the Expected behaviour
section there is a mention to how missing translations should be defaulted to english. I understand the confusion.
Signed-off-by: Abhinav Kumar <[email protected]>
Signed-off-by: Abhinav Kumar <[email protected]>
b040e1b
to
e3c15bd
Compare
@gabriellsh Your points were addressed here #33440 Since the translations itself don't categorize as regression, I am changing this PR's prefix to |
Points were addressed here #33440
"Do_Nothing": "Não fazer nada", | ||
"Do_nothing": "Não fazer nada", |
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.
why 2 keys with same value and almost same key?
Proposed changes (including videos or screenshots)
Fix missing translations for mention notifications in pt-BR locale when a user is mentioned but not part of the current channel.
Issue(s)
Steps to test or reproduce
Further comments
CORE-710