ustwo / objective-c-style-guide

The ustwo Objective-C style guide
20 stars 5 forks source link

Localizable.strings #6

Open alexfish opened 10 years ago

alexfish commented 10 years ago

After reading the latest version of objc.io something @martinstolz and I noticed was how they go about naming localizeable keys.

It would be nice to get some guidelines added to this guide on the subject, we have been playing around with the idea of:

module.type.property.name module.type.property.state.name

e.g

login.button.title.login-now login.button.title.normal.login-now login.button.title.enabled.login-now login.label.text.login-here

martinstolz commented 10 years ago

:+1: Add a section