Files
Xcode-Quick-Localization/README.md
2015-04-04 22:32:15 -04:00

313 B

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