Skip to content

Commit 2a167fd

Browse files
authored
Merge pull request #9 from brianfunk/dev
v1.0.0 release: Portuguese support and doc fixes
2 parents 234e23f + 4b3dfe7 commit 2a167fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Added
1717

18-
- **8 Language Support** - English, Spanish, French, German, Danish, Chinese, Hindi, Russian
18+
- **9 Language Support** - English, Spanish, French, German, Danish, Chinese, Hindi, Russian, Portuguese
1919
- Modular language files in `languages/` folder for easy community contributions
2020
- `toWords(n, { lang: 'es' })` for multi-language conversion
2121
- **New Functions**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Transform any number into beautiful words. From `42` to `"forty-two"`, from `100
2020
- **Huge range** - Supports 0 to decillions (10^36) with BigInt
2121
- **Feature-rich** - Ordinals, decimals, currency, fractions, years, phone numbers
2222
- **Roman numerals** - Convert to and from Roman numerals
23-
- **Well tested** - 174 tests with 90%+ coverage
23+
- **Well tested** - 216 tests with 90%+ coverage
2424
- **Modern ES modules** - Tree-shakeable, TypeScript-friendly
2525

2626
## Installation

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* numberstring - Convert numbers to their word representation
17-
* Supports English, Spanish, French, German, Danish, Mandarin Chinese, Hindi, and Russian
17+
* Supports English, Spanish, French, German, Danish, Mandarin Chinese, Hindi, Russian, and Portuguese
1818
* @module numberstring
1919
*/
2020

0 commit comments

Comments
 (0)