We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Check localization file: https://github.com/bluesky-social/social-app/blob/main/src/locale/locales/pt-BR/messages.po
Currently from line #5576:
#: src/view/com/posts/FeedItem.tsx:292 #: src/view/com/posts/FeedItem.tsx:311 msgid "Reposted by you" msgstr "repostou para você"
"Repostou para você" means rather "(someone) reposted (this) for you" instead of the expected"(this was) reposted by you".
Expected behavior
Correct translation is "Repostado por você", and should start with capital "R", just like this.
The text was updated successfully, but these errors were encountered:
OK!
Sorry, something went wrong.
It seems to be fixed now, we can close this one.
No branches or pull requests
Describe the bug
Check localization file:
https://github.com/bluesky-social/social-app/blob/main/src/locale/locales/pt-BR/messages.po
Currently from line #5576:
"Repostou para você" means rather "(someone) reposted (this) for you" instead of the expected"(this was) reposted by you".
Expected behavior
Correct translation is "Repostado por você", and should start with capital "R", just like this.
The text was updated successfully, but these errors were encountered: