Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 471 Bytes

Xcode-Quick-Localization

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

Support Swift string, Convert "content" to NSLocalizedString("content", comment:"content")

Settings Panel 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