Update README.md

This commit is contained in:
Zitao Xiong
2016-06-06 11:06:34 -04:00
parent bc690265af
commit f808e49dc8

View File

@@ -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")`
![Settings Panel](./Xcode_Quick_Localization_Settings.png)
How To Use