We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bdbf9 commit 0a30fb3Copy full SHA for 0a30fb3
src/read/index.ts
@@ -189,7 +189,8 @@ export function readVnNumber(number: string | number | bigint): string {
189
} else {
190
parts.push(`${groupReading} nghìn`)
191
}
192
- } else if (needsBillionSuffix) { // Units
+ } else if (needsBillionSuffix) {
193
+ // Units
194
parts.push(`${groupReading} tỷ`)
195
196
parts.push(groupReading)
0 commit comments