Skip to content

Commit e3ce4b7

Browse files
committed
README Update
1 parent dc00ec3 commit e3ce4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Localize-Swift is a simple framework that improves i18n and localization in Swif
1212
- Keep the Localizable.strings file your app already uses.
1313
- Allow your users to change the app's language without changing their device language.
1414
- Use .localized() instead of NSLocalizedString(key,comment) - a more Swifty syntax.
15-
- Generate your strings with a new genstrings python script that recognises .localized().
15+
- Generate your strings with a new genstrings swift/python script that recognises .localized().
1616

1717
## Usage
1818

@@ -65,7 +65,7 @@ python genstrings.py
6565

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

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

7070
### Setting up with Carthage
7171

0 commit comments

Comments
 (0)