mirror of
https://github.com/tappollo/Xcode-Quick-Localization.git
synced 2026-04-28 10:35:38 +08:00
15 lines
404 B
Markdown
15 lines
404 B
Markdown
Xcode-Quick-Localization
|
|
========================
|
|
|
|
Xcode Plugin to Convert @"content" to NSLocalizedString(@"content", @"content")
|
|
|
|
Support Swift string, Convert "content" to NSLocalizedString("content", comment:"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
|
|
|