mirror of
https://github.com/tappollo/Xcode-Quick-Localization.git
synced 2026-05-15 01:12:19 +08:00
19 lines
402 B
Markdown
19 lines
402 B
Markdown
Xcode-Quick-Localization
|
|
========================
|
|
|
|
Xcode Plugin to Convert @"content" to NSLocalizedString(@"content", @"content")
|
|
|
|
|
|
How To Use
|
|
==========
|
|
|
|
Select any line in xcode, press command + shift + c. String will be converted to localized string.
|
|
|
|
You can also access it under Edit -> Quick Localization
|
|
|
|
|
|
TODO
|
|
====
|
|
add file name to comment, I haven't found a way to get file name in xcode.
|
|
|