Skip to content
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

Locale support #23

Open
aaronhedquist opened this issue Nov 24, 2015 · 1 comment
Open

Locale support #23

aaronhedquist opened this issue Nov 24, 2015 · 1 comment

Comments

@aaronhedquist
Copy link

Our project currently only supports one language, but upon integrating your pod, now it claims to support a myriad: Italian, Japanese, Korean, Portuguese, Spanish, and Traditional Chinese. I'm glad it has this capability, but I think you would agree that your pod shouldn't dictate what languages our app supports. :)

The solution appears to be thus, from a similar example with a Git project Appirater:

Afaik, this is only because Appirater adds all those localization bundles in the root of your app’s bundle. It should not do that. It should have a namespaced resource bundle that contains them and adjust the code accordingly.

As it is now, you can’t even have your own localizations without merging them with those of Appirater, which is bad.

CocoaPods/CocoaPods#1301 (comment)

Any help with this would be greatly appreciated!

@Viniciuscarvalho
Copy link

It added support to all these languages? I can help with the Portuguese. @aaronhedquist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants