-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Workspace Role Admin is not translated it's hardcoded #4667
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
Triggered auto assignment to @strepanier03 ( |
Can't this be merged with #4666? is this justified to be a separate issue 🍁 ?(Not asking the issue creator) Usually, translations are added with code changes and bug fixes? |
Passing on to Eng to make the call about merging it with the other GH linked in, just because it is two unique issues. From screenshot in OP comment the issue is clear as are the reproduction steps. |
Triggered auto assignment to @alex-mechler ( |
I do find missing translation itself an issue. If someone else raised this issue or I didn't raise any other issues will there be a thought of merging. Just need some clarity. |
I think this is fine to be its own issue, however if there was other missing translations, I would group those all together in the same issue. |
Triggered auto assignment to @kevinksullivan ( |
Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Triggered auto assignment to @thienlnam ( |
@Santhosh-Sellavel 🟢 on your proposal, could you please apply for the upwork job? |
@thienlnam @kevinksullivan Applied for the job on Upwork. |
@thienlnam Lines 544 to 556 in 95bf36d
I don't know how to add screenshots for this, but if you share cc: @iwiznia |
Any update on translations for this. |
'Beneficial Owners' => (Will update with missing ones soon) |
Let me know after update thanks! @thienlnam |
Proposal: App/src/pages/workspace/WorkspacePeoplePage.js Lines 199 to 203 in 1803120
Line 201 is where the word "Admin" is hard coded as text. Instead, we replace this line with |
@equationalapplications Thanks for the proposal but we already have another contributor working on this issue already. Issues tagged with 'Help Wanted' will be needing contributors, and a good place to start! |
@Santhosh-Sellavel I'm still waiting to hear back on the last couple translations but will update you when I get them |
Got the rest of them @Santhosh-Sellavel! 'Additional Beneficial Owner' -> |
@thienlnam Will send a PR Shortly... |
@thienlnam here you said
It should be |
Yup, it should be - good catch |
@thienlnam PR is ready! |
Payment should be issued today since it doesn't appear to have caused any regressions |
Paid with bonus @Santhosh-Sellavel . Thanks! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Note: User should have a workspace, if not create one using the following steps
Action Performed:
Espanol
Admin
is not TranslatedExpected Result:
Role Admin should be translated.
Actual Result:
Actually, it's not translated.
Workaround:
Can the user still use Expensify without this being fixed? Yes
Platform:
Where is this issue occurring?
Version Number:
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
View all open jobs on Upwork
Proposal
Text
Admin
is hardcoded for the role hereApp/src/pages/workspace/WorkspacePeoplePage.js
Lines 200 to 202 in 8b10c1c
Straight forward, we should just replace the text
Admin
with{this.props.translate('common.admin')}
The text was updated successfully, but these errors were encountered: