Skip to content

Renames .strings files into .xib and .storyboard for projects with Base localization #68

@lazarev

Description

@lazarev

#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions