mirror of
https://github.com/tappollo/Xcode-Quick-Localization.git
synced 2026-04-24 10:35:47 +08:00
Update README.md
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
Xcode-Quick-Localization
|
Xcode-Quick-Localization
|
||||||
========================
|
========================
|
||||||
|
|
||||||
Xcode Plugin to Convert @"content" to NSLocalizedString(@"content", @"content")
|
Xcode Plugin to Convert `@"content"` to `NSLocalizedString(@"content", @"content")`
|
||||||
|
|
||||||
Support Swift string, Convert "content" to NSLocalizedString("content", comment:"content")
|
Support Swift string, Convert `"content"` to `NSLocalizedString("content", comment:"content")`
|
||||||
|
|
||||||

|

|
||||||
How To Use
|
How To Use
|
||||||
|
|||||||
Reference in New Issue
Block a user