Merge all upstream changes

This commit is contained in:
glebarez
2023-01-28 20:44:52 +07:00
parent 4143dc8465
commit b8c64c30ab
15 changed files with 791 additions and 67 deletions

View File

@@ -188,7 +188,7 @@ func pronounceNum(n uint32) string {
num uint32
name string
}{
{num: 1000000000, name: `billion`},
{num: 1000000000, name: `1e9`},
{num: 1000000, name: `million`},
{num: 1000, name: `thousand`},
{num: 100, name: `hundred`},