I was trying to add multi languages (en, ru) support to my iOS project. I used tutorials for this issue:
- http://www.ibabbleon.com/iphone_app_localization.html
- http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial
So I have to files localizable.strings in different folders.
But when I change Localizable.strings (en.lproj) in project, Localizable.strings (ru.lproj) changes too. So they are the same. I can't understand WHY???
The locations and full paths which are displayed in xcode are correct. It seems that changes the same file. Because when I save Localizable.strings in xcode, in finder I see that one file is changed.
What's the problem??? What do I wrong??? Could you help me?
P.S. Even I rename files to different names, problem the same.
P.P.S. As an example I used project "ILikeIt". And even I open this project and look at Localizable.strings (in this project) I see Localizable.strings from my project. It seems very weird.
Thanks in advance.