File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Localize-Swift is a simple framework that improves i18n and localization in Swif
12
12
- Keep the Localizable.strings file your app already uses.
13
13
- Allow your users to change the app's language without changing their device language.
14
14
- 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().
16
16
17
17
## Usage
18
18
@@ -65,7 +65,7 @@ python genstrings.py
65
65
66
66
This will print the collected strings in the terminal. Select and copy to your default Localizable.strings.
67
67
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).
69
69
70
70
### Setting up with Carthage
71
71
You can’t perform that action at this time.
0 commit comments