#63 fix does not supports base localization (by default from Xcode 5). This type of localization uses ".strings" files to collect localizable strings for .xib and .storyboard files.
If I have structure like this:
Base.lproj/myview.xib
en.lproj/myview.strings
ru.lproj/myview.strings
after synx I get:
Base.lproj/myview.xib
en.lproj/myview.xib
ru.lproj/myview.xib
Localization tables are just renamed. To fix this synx just shouldn't rename this files but keep their original names.
#63 fix does not supports base localization (by default from Xcode 5). This type of localization uses ".strings" files to collect localizable strings for .xib and .storyboard files.
If I have structure like this:
Base.lproj/myview.xib
en.lproj/myview.strings
ru.lproj/myview.strings
after synx I get:
Base.lproj/myview.xib
en.lproj/myview.xib
ru.lproj/myview.xib
Localization tables are just renamed. To fix this synx just shouldn't rename this files but keep their original names.