Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 401 Bytes

Xcode-Quick-Localization

Xcode Plugin to Convert @"content" to NSLocalizedString(@"content", @"content")

How To Use

Select any line in xcode, press option + shift + d. String will be converted to localized string.

You can also access it under Edit -> Quick Localization

TODO

add file name to comment, I haven't found a way to get file name in xcode.