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
Localisation/Transifex #1125
Localisation/Transifex #1125
Conversation
* Use folders called 'en.lproj' as opposed to the old long name 'English.lproj' format * Also, add the Sparkle and VDKQueue directories to the .gitignore
There used to be a bug in Xcode that you needed a file called Is that fixed in Xcode 4? On Wed, Sep 19, 2012 at 6:13 PM, Patrick Robertson
|
Looks like it is. I've just tested adding more languages for a .strings Anyway, quite a few of our .strings files have been in en.lproj folders for If there are no problems then a quick merge would be appreciated. On 19 September 2012 17:44, Henning Jungkurth notifications@github.comwrote:
|
This paves the way for using Transifex with the repo.
Things that I've done:
tx init
and added a few test files.Hopefully this can be merged into master, then I will:
Then, when we're ready to go we just do a
tx pull
and we have all our languages :D