-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix: replace hardcoded strings and properly define i18n messages #219
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #219 +/- ##
=======================================
Coverage 96.46% 96.46%
=======================================
Files 195 195
Lines 1839 1839
Branches 322 322
=======================================
Hits 1774 1774
Misses 60 60
Partials 5 5 ☔ View full report in Codecov by Sentry. |
45256d4
to
c0295f9
Compare
@hurtstotouchfire was the "waiting on author" label added because this needed a rebase? |
@brian-smith-tcril Tested this locally, I believe it needs to be rebased off of master once the painted door PR is merged first. Otherwise it needs to include the After doing this on my end, ran Side Question - Noticed that our layout is flipped when switching to the locale |
Yes! Glad you tested that, now we know that Right-to-Left languages are working properly! |
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.
Tested this locally, ran make extract_translations and all three missing strings showed up in the transifix_input.json file generated. So this LGTM!
c0295f9
to
5914ccb
Compare
@brian-smith-tcril Hey there! This looks good to me but I can't seem to merge the changes with my current permissions. It looks like we may need to rebase these changes on the base/main branch before I can merge it. If you could do that, I'll plan on merging it shortly afterwards. (If I have write access, should I be able to automatically rebase the branch through GitHub? Maybe this feature isn't enabled on this repo?) |
@brian-smith-tcril, mind rebasing? |
5914ccb
to
10b5d7a
Compare
@arbrandes rebased, ci passed |
resolves #217