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

Support Localization of files #188

Open
markflowers opened this issue Nov 10, 2014 · 3 comments
Open

Support Localization of files #188

markflowers opened this issue Nov 10, 2014 · 3 comments

Comments

@markflowers
Copy link

.storyboard, .xib, and Localizable.strings files should be moved to be contained inside of a Base.lproj folder so that adding additional localization is much easier in Xcode.

This could be solved easily by directly changing the default template to use anBase.lproj instead of the Nibs and Storyboards folders, and that would just be a user preference that anyone could make themselves in a custom template.

However, I think the correct solution is to place the localizable files in the Base.lproj folder, but link them into the existing default template folders in Xcode (/Nibs, /Storyboards, etc ...). There should probably also be a default /Strings folder with a default Localizable.strings file to nudge people in the correct direction with localization and string management.

@markflowers
Copy link
Author

I'd like to work on making this one happen, just wanted to get feedback before I dive in.

@gfontenot
Copy link
Member

I'm all for this. Best practices FTW. And yeah, the more we can mimic Xcode's behavior here, the better. Forewarning: This might get hairy, since it would be the one place where the directory structure doesn't match the group structure.

@bitcrumb
Copy link
Contributor

bitcrumb commented Dec 5, 2014

👍

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