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

Handle translation files correctly #29

Closed
simonseyer opened this issue Jan 25, 2017 · 0 comments
Closed

Handle translation files correctly #29

simonseyer opened this issue Jan 25, 2017 · 0 comments
Labels

Comments

@simonseyer
Copy link
Collaborator

Right now translation folders (.lproj) are just added as groups to the project and the .strings files are just copied over to the bundle. This leads to the .strings files overriding each other because they have the same name (e.g. Localisable.strings) and are put into the same folder (the root of the bundle).

In addition they are not correctly rendered by Xcode.

Potential solution: CocoaPods/Xcodeproj#85 (comment)

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

No branches or pull requests

1 participant