Skip to content

Commit

Permalink
Spanish: Fix PR #164 (#165)
Browse files Browse the repository at this point in the history
Closes #164
  • Loading branch information
jlduran committed Apr 12, 2019
1 parent 862b549 commit f8a40c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ def full_fraction
end

def figures
@strategy.figures
@strategy.figures.reverse
end

def zero_length
Expand Down
4 changes: 4 additions & 0 deletions spec/numbers_and_words/float/fixture_examples/es.yml
Expand Up @@ -25,3 +25,7 @@ to_words:
0.7: siete décimas
1.0: uno
42.1: cuarenta y dos con una décima
fractions_with_precision:
options:
:precision: 2
0.1: cero con diez centésimas

0 comments on commit f8a40c8

Please sign in to comment.