Skip to content
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

Differentiate between “My followers” and other accounts followers for i18n #459

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

d4l-w4r
Copy link

@d4l-w4r d4l-w4r commented Dec 13, 2022

Some languages, like german, could profit from the distinction whether a label is shown in the context of the current user's profile page or a different user's profile page.
This way we can use more clear and fitting translations.

This PR makes it possible to have different strings for "Posts", "Following", and "Followers" in the ProfileFragment, as well as FollowerListFragment and FollowingListFragment, depending on whether a user is currently looking at their own profile or that of another user.

This doesn't touch the UI of Profile cards in the "For You" section or in the notification area, because there we will only ever see other users profiles and never our own.

… i18n

Some languages, like german, could profit from the distinction whether
a label is shown in the context of the current user's profile page
or a different user's profile page.
This way we can use more clear and fitting translations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant