Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 committed Nov 12, 2017
1 parent a58eb55 commit b7d1cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ github "Decybel07/L10n-swift", ~> 5.0

Add `.l10(arg: CVarArg)` following any `String` object you want translated with plurals:
```swift
"numberOfApples".l10n(2)
"numberOfApples".l10n(arg: 2)
```
More about plurals, you can read on [**wiki**](https://github.com/Decybel07/L10n-swift/wiki/Plural)

Expand Down

0 comments on commit b7d1cf4

Please sign in to comment.