diff --git a/README.md b/README.md index fd5467b..c2f9b6f 100644 --- a/README.md +++ b/README.md @@ -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