feat(i18n): Added missing translations and fix others#8411
feat(i18n): Added missing translations and fix others#8411Alkarex merged 6 commits intoFreshRSS:edgefrom
Conversation
app/i18n/pt-BR/conf.php
Outdated
| 'all_categories' => 'Exibir todas as categorias', | ||
| 'no_category' => 'Nenhuma categoria', | ||
| 'remember_categories' => 'lembrar de abrir as categorias', | ||
| 'unread' => 'Exibir apenas não lido', |
There was a problem hiding this comment.
Could you also update a few more?
See 1700e5d for the exact lines to check.
#8401 for discussion, #8402 (comment) for a bit more context.
The difference is that "show unread" is not exclusive. It can be toggled on and off in conjunction with "show read".
For example, this particular line should probably be:
| 'unread' => 'Exibir apenas não lido', | |
| 'unread' => 'Exibir não lido', |
The other lines are in index.php, line 81, 85, 113, and 116.
There was a problem hiding this comment.
In Brazilian Portuguese, both the previously translated version and the version in this new commit are accepted. However, if this is still not what you need, please let me know.
|
There is a single missing TODO, if you can :-) |
|
Sorry, this one slipped through the cracks in my review. I've already made the change. |
|
Thanks! |
Done: Thank you. |
Changes proposed in this pull request:
Pull request checklist:
Additional information can be found in the documentation.