Smartling / ios-i18n

The ios-i18n library provides seamless integration of plurals into iOS 6 apps.
http://www.smartling.com
Apache License 2.0
205 stars 41 forks source link

Base localizations files #19

Closed torasike closed 8 years ago

torasike commented 8 years ago

Your lib does not look into base localization file. For example in iOS setting region is English, but I have only Base and French files.

paiv commented 8 years ago

@torasike hi, do you use Base.lproj for your strings?

Base internationalization When using Base internationalization, Localizable.strings files should be in language-specific folders (like en.lproj), not in Base.lproj folder.

torasike commented 8 years ago

Yes.

paiv commented 8 years ago

@torasike, When using Base internationalization, Localizable.strings files should be in language-specific folders (like en.lproj), not in Base.lproj folder. -- Does this resolve your issue?

Also know that iOS7 has stringsdict with plurals support, which makes ios-i18n obsolete.

torasike commented 8 years ago

Yes, I get it. But, I guess i need investigate a bit and make more tests with that. thanks