Files
Xcode-Quick-Localization/README.md
2016-06-06 11:06:34 -04:00

471 B

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