-
Notifications
You must be signed in to change notification settings - Fork 118
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
git ignore translations file and run on commands instead #97
Conversation
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.
A watch task would be great. I can look into it over the weekend.
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.
I think a watch task is a better long term solution but for what we need now I think its a good change.
Close in favor of #93 (comment) and #94 (comment) |
@henrytao-me wouldn't we still want this in addition to the watch script? I think running the watch script would be beneficial if someone is actively editing the translations (like jest --watch) but for regular development flow we don't want to require the watch script to be running, right? |
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.
@jordanAtShopify Sorry about closing the PR. Can you reopen it and update the README? We can ship this 🙇
a6780a8
to
d55032f
Compare
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.
I suggest to add yarn generate-translations
to start
command too until we have the watch task ready.
…eld/mobile into translations-build-step
CI is failing. Can you fix it too? @jordanAtShopify https://github.com/CovidShield/mobile/runs/803431283 |
@henrytao-me I fixed it on master |
…-step git ignore translations file and run on commands instead
This should help avoid conflicts and make sure translations are in sync when developing.