-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore: clean up in-code uk translations | FC-55 #465
Conversation
Thanks for the pull request, @OmarIthawi! What's next?Please work through the following steps to get your changes ready for engineering review: 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. 🔘 Let us know that your PR is ready for review:Who will review my changes?This repository is currently maintained by Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:
When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
@OmarIthawi, could you please fix the tests? You've deleted files, but something is still looking for them.
|
I tried to fix the failing test but I'm unsure how to find the step @volodymyr-chekyrta Please try to checkout the branch, run |
I tried this, but the project build fails. |
@volodymyr-chekyrta please help, that would be really appreciated. We only need to delete those files now they're backed to Transifex Our iOS engineer is juggling a couple of tasks already and I need her focused on SAML SSO :) and I'm filling up gaps whenever I can. |
Could you please give me write permissions to this branch in your repo? |
d38ef50
to
64c373c
Compare
@volodymyr-chekyrta you now have write access to the branches. I think we need to revert the change and remove the files manually again via the XCode UI. |
@OmarIthawi Okay, that approach won't work :( |
@volodymyr-chekyrta That's an issue. How did we manage the I suppose people didn't just manually edit those files, did they? |
@volodymyr-chekyrta I've checked about the issue more and I have some ideas: Option 1: Use xcString filesI'm not an iOS expert, but if the xcstrings can fit all translations in a single file, I suppose that'll help.
Which is as far as I understand, uses one JSON file for all languages. Option 2: Automate adding the filesThe other alternative it to automatically add the |
@volodymyr-chekyrta I've made some progress regarding the XCode project file edits, I'll pickup the work again in a day or two. |
2781be0
to
d025d04
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.
@volodymyr-chekyrta this is ready for another review.
/* Begin PBXHeadersBuildPhase section */ | ||
0770DE3628D0A319006D8A5D /* Headers */ = { | ||
isa = PBXHeadersBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXHeadersBuildPhase section */ |
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.
@volodymyr-chekyrta is this concerning?
@@ -306,7 +295,6 @@ | |||
737436DC910C5A48E4C01AC7 /* [CP] Check Pods Manifest.lock */, | |||
07169450296D913300E3DED6 /* Sources */, | |||
07169451296D913300E3DED6 /* Frameworks */, | |||
07169452296D913300E3DED6 /* Resources */, |
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'm unsure what's being removed here by the https://github.com/kronenthaler/mod-pbxproj package. It's automatic.
@OmarIthawi, seems the script adding files to the wrong location |
That's a bumper, a pretty bad one. Thanks for checking @volodymyr-chekyrta. I'll study the problem more and get back to you. I'm not ready to give up yet 😅 |
1bd7036
to
47ceec4
Compare
@brian-smith-tcril @volodymyr-chekyrta Hello again! I think this pull request is ready for merge. Please take a look and let me know if you have any notes or questions. |
Hi @OmarIthawi, sorry for the delay, I'll check it now |
@OmarIthawi, the very last thing, and we are good to go. And then add it during the This file is empty, but this is the way to tell the system that we support that language Thank you 🙏 |
Thanks @volodymyr-chekyrta, I'll do that. |
@OmarIthawi, could you please tell me if PR is ready for the final pass? |
Not ready yet @volodymyr-chekyrta. Still working on the last bit. Marked as draft accordingly. |
@volodymyr-chekyrta, it's currently ready for testing. I've used git diffs and it seemed okay. Please let me know if it looks good in XCode. I see that we're still missing plurals and countries.json localization. So, let's see what can we improve and whether XCStrings would be used eventually after this pull request is merged 😅 |
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.
LGTM 👍
Thanks @volodymyr-chekyrta for the review. I don't have merge access, I appreciate a merge to avoid future git conflics. |
@OmarIthawi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Clean up after #422
make pull_translations
should be used