Localize-Swift
Localize-Swift copied to clipboard
Work with NSLocalizedString
I have a Swift app which have more than 7000 lines of translations (from .xliff files).
Every translations is generated through the Storyboard (half of it) or through NSLocalizedString
with comments associated to it.
Is it possible to make this lib work as the code is, at the moment?