Zitao Xiong bc690265af Merge pull request #26 from uddinr/master
fix to support xcode 7
2016-04-14 00:45:21 +08:00
2016-04-12 11:08:58 +01:00
2015-04-04 22:31:18 -04:00
2015-11-19 03:16:34 -05:00

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

Description
No description provided
Readme 626 KiB
Languages
Objective-C 100%