From 4b3dfe7c77520fd39b32b451fb741639a839a0de Mon Sep 17 00:00:00 2001 From: Brian Funk Date: Sun, 8 Feb 2026 09:00:39 -0500 Subject: [PATCH] docs: update language count and test count for Portuguese addition CHANGELOG, README, and JSDoc header still referenced 8 languages and 174 tests. Updated to reflect 9 languages (Portuguese) and 216 tests. Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 2 +- README.md | 2 +- index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a8993..55f6ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- **8 Language Support** - English, Spanish, French, German, Danish, Chinese, Hindi, Russian +- **9 Language Support** - English, Spanish, French, German, Danish, Chinese, Hindi, Russian, Portuguese - Modular language files in `languages/` folder for easy community contributions - `toWords(n, { lang: 'es' })` for multi-language conversion - **New Functions** diff --git a/README.md b/README.md index a6c80a8..c7d1ae4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Transform any number into beautiful words. From `42` to `"forty-two"`, from `100 - **Huge range** - Supports 0 to decillions (10^36) with BigInt - **Feature-rich** - Ordinals, decimals, currency, fractions, years, phone numbers - **Roman numerals** - Convert to and from Roman numerals -- **Well tested** - 174 tests with 90%+ coverage +- **Well tested** - 216 tests with 90%+ coverage - **Modern ES modules** - Tree-shakeable, TypeScript-friendly ## Installation diff --git a/index.js b/index.js index 24674e3..9ffb679 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ /** * numberstring - Convert numbers to their word representation - * Supports English, Spanish, French, German, Danish, Mandarin Chinese, Hindi, and Russian + * Supports English, Spanish, French, German, Danish, Mandarin Chinese, Hindi, Russian, and Portuguese * @module numberstring */