-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Gekidou about screen #5591
Gekidou about screen #5591
Conversation
@avinashlng1080: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. I understand the commands that are listed here |
@avinashlng1080: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. I understand the commands that are listed here |
/release-note-none |
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 not forget to run npm run i18n-extract
and check for empty strings under assets/base/i18n/en.json
file, add the right values to the en.json if they are missing.
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
@enahum Although I did this, I'm still seeing the MISSING_TRANSLATION error on the simulator. All the ids of the FormattedText component have been wrapped with t() as well. Is there an additional step? I did reset the simulator itself + the nodejs server. |
@avinashlng1080 run |
Thanks. It works ! |
app/screens/about/server_version.tsx
Outdated
}; | ||
|
||
if (buildNumber === version) { | ||
id = 'mobile.about.serverVersionNoBuild'; |
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.
missed
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.
added
Summary
Ported the About Screen and I did a little bit of refactoring