mirror of
https://github.com/tappollo/Xcode-Quick-Localization.git
synced 2026-01-12 22:37:18 +08:00
Update README.md
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user