-
-
Notifications
You must be signed in to change notification settings - Fork 287
Don't persist translations #1135
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
Conversation
I want to add two more things:
Thank you @grishka! |
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.
Great work @zeitschlag 👏 LGTM
@kimar Thank you very much! Even though you already approved this pr, may I ask you for another short review of the last two commits? |
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.
PR LGTM but I had a general translation issue. Maybe you can make sure this is something that doesn't affect you.
@zeitschlag Works for me now 👍 |
aka. Don't use CoreData for translations.
We don't need to persist translations. They're temporary nevertheless.
This is basically my starting point for the CoreData-removal. Instead of ripping out something big, I decided to replace one property. I didn't feel confident to remove this property on a branch that doesn't build, that's why I chose
develop
. Being able to build and run to see if I may have broken the functionality helped me a lot.