Skip to content

Commit

Permalink
README Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Jun 18, 2016
1 parent dc00ec3 commit e3ce4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Localize-Swift is a simple framework that improves i18n and localization in Swif
- Keep the Localizable.strings file your app already uses.
- Allow your users to change the app's language without changing their device language.
- Use .localized() instead of NSLocalizedString(key,comment) - a more Swifty syntax.
- Generate your strings with a new genstrings python script that recognises .localized().
- Generate your strings with a new genstrings swift/python script that recognises .localized().

## Usage

Expand Down Expand Up @@ -65,7 +65,7 @@ python genstrings.py

This will print the collected strings in the terminal. Select and copy to your default Localizable.strings.

The Swift genstrings includes the ability to specify excluded directories and files (edit the script).
The swift genstrings includes the ability to specify excluded directories and files (by editing the script).

### Setting up with Carthage

Expand Down

0 comments on commit e3ce4b7

Please sign in to comment.