Skip to content

Commit

Permalink
Sample code for chinese word
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTeng committed Mar 2, 2017
1 parent 83a6299 commit e545b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Expand Up @@ -63,6 +63,8 @@ pluralize.plural('irregular') //=> "regular"
pluralize.plural('paper') //=> "papers"
pluralize.addUncountableRule('paper')
pluralize.plural('paper') //=> "paper"

pluralize('蘋果', 2, true) //=> "2 蘋果"
```

## License
Expand Down

0 comments on commit e545b62

Please sign in to comment.