twostraws / Unwrap

Learn Swift interactively on your iPhone.

Home Page:https://www.hackingwithswift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localization

BasThomas opened this issue · comments

I saw some user-facing strings that are not wrapped in an NSLocalizedString and I was wondering about the plans of localizing the app?

It might be a good idea to prepare for that, and it could be a nice task to get an overview of the code base. :)

(I might want to pick this one up myself 😄)

Yes, I'm afraid the app isn't set up for localization right now – it might be a rather tricky prospect given the very large amount of data it contains. That being said, if you'd like to localize strings in the Swift code, go for it!

Started working on it, and it is coming along quite nicely :)

Can I assume, given your job situation @BasThomas, that this can be closed? 😅

Someone else could pick it up! But feel free to close; I'm not currently working on it.