-
Notifications
You must be signed in to change notification settings - Fork 99
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
Localization #21
Comments
Hi @staticdreams, |
@jcavar I'm not sure how to do that manually.. With my all other translations Xcode just "picks" them up since they are inside the project and generates translations files which I can then use. But Pods are stored inside the workspace, but outside the project.. Any tips on how to add translations manually from the pod? |
I am not sure that I understand your question. You should just add translation for Refresher strings in your strings file. Here is example project how to do it. |
@jcavar that's exactly what I needed! Thank you! |
Great. You are welcome |
@jcavar this is not working for me. The strings are not overwritten. Can you simply make the text fields public or create methods to set text values? There are apps that don't use localization. The strings are hardcoded in your code:
|
I managed to solve my problem by implementing my own custom animator. |
@artworkad great! |
Hey @jcavar ! Great module.
I noticed there are
NSLocalizedString
's inside yourpod
. But any idea how can I pull them inside my project for translation?The text was updated successfully, but these errors were encountered: