yych42 / think

MIT License
1 stars 1 forks source link

Localizations #22

Open runkaiz opened 5 years ago

runkaiz commented 5 years ago

Since we support a global community, we need different languages applied to this app.

To do that, we need to start preparing to migrate normal strings like:

let hello = "Hello."

to

let hello = NSLocalizedString("hello", comment: "")

Checklist:

You may check out this link if you are unsure about what to do.

Also, Merry Christmas!

For Latin: Latin mode is a language that can be turned on and off in settings so Latin lovers an use it.

yych42 commented 5 years ago

I'd love to have Latin supported XD