Skip to content

Commit

Permalink
Merge pull request #326 from dinosause/main
Browse files Browse the repository at this point in the history
Add tuples 6-13
  • Loading branch information
printfn authored Nov 16, 2024
2 parents 31813de + 0422f0a commit 401465a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,22 @@ const NUMBER_WORDS: &[UnitTuple] = &[
("five", "", "=5", ""),
("quintuple", "", "=5", ""),
("six", "", "=6", ""),
("sextuple", "", "=6", ""),
("seven", "", "=7", ""),
("septuple", "", "=7", ""),
("eight", "", "=8", ""),
("octuple", "", "=8", ""),
("nine", "", "=9", ""),
("nonuple", "", "=9", ""),
("ten", "", "=10", ""),
("decuple", "", "=10", ""),
("eleven", "", "=11", ""),
("undecuple", "", "=11", ""),
("twelve", "", "=12", ""),
("duodecuple", "", "=12", ""),
("dozen", "", "=12", ""),
("thirteen", "", "=13", ""),
("tredecuple", "", "=13", ""),
("bakersdozen", "", "=13", ""),
("fourteen", "", "=14", ""),
("fifteen", "", "=15", ""),
Expand Down

0 comments on commit 401465a

Please sign in to comment.