Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Jun 8, 2017
1 parent 8791570 commit ffff97b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.rdoc
Expand Up @@ -247,18 +247,11 @@ Converte números em letras utilizando a biblioteca I18n.
I18n.with_locale(:hu) { 21.to_words ordinal: true }
=> "huszonegyedik"

* Portuguese

Change gender form: (gender: [:female || :male || :neuter])

I18n.with_locale(:pt) { 2001.to_words gender: :female }
=> "duas mil e uma"

* Brazilian Portuguese

Change gender form: (gender: [:female || :male || :neuter])

I18n.with_locale(:pt) { 1000000001.to_words gender: :female }
I18n.with_locale(:'pt-BR') { 1000000001.to_words gender: :female }
=> "um bilhão e uma"

== Other options / Другие опции
Expand Down

0 comments on commit ffff97b

Please sign in to comment.