• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jqueguiner / num2words2 / 21329391749

25 Jan 2026 08:06AM UTC coverage: 94.509% (+19.4%) from 75.062%
21329391749

push

github

web-flow
Fix tests structure (#12)

* Add comprehensive language implementation status report

- Document all 73 currently implemented languages
- Identify 41 missing languages with priority classification
- Clarify that lang_EU.py is for EURO currency, not Basque language
- Prioritize languages by speaker population (113M to 24K speakers)
- Provide action items for future implementations
- Focus on major languages: Punjabi, Marathi, Javanese, Urdu, Gujarati

* Add comprehensive currency support analysis

- Document 181 unique currencies across 51 languages
- Identify critical gaps: English, Hindi, Chinese lack currency support
- Highlight naming convention issue: lang_EU.py should be lang_CURRENCY_EUR.py
- Provide prioritized recommendations for missing currencies
- Analyze top 20 global trade currencies coverage
- Note 24 languages (32%) have no currency support at all

* MAJOR: Migrate lang_EU.py to lang_EUR.py to resolve Basque naming conflict

✅ Critical structural issue resolved:
- Renamed lang_EU.py → lang_EUR.py to avoid confusion with Basque (eu)
- Updated 25+ language files that inherit from this European base class
- Updated all imports: lang_EU → lang_EUR, Num2Word_EU → Num2Word_EUR
- Fixed method calls: Num2Word_EU.setup() → Num2Word_EUR.setup()
- Updated README.md documentation

✅ Verified working:
- All European languages (EN, DE, FR, ES, IT, etc.) work correctly
- Currency conversion functionality maintained
- Number conversion tested across multiple languages

✅ Impact:
- Clears path for proper Basque language (eu) implementation
- Resolves naming convention confusion
- Maintains backward compatibility for all functionality
- 25+ files updated with consistent new naming

* Add comprehensive language support with 50+ new languages

- Added support for 50+ new language modules including: Assamese, Basque (Basque), Tibetan, Breton, Bosnian, Basque (EU), Faroese, Galician, Gujarati, Hawaiian, Haitian Creole, Javanese, Georgian, Kazakh (KK), Khmer,... (continued)

6830 of 7722 branches covered (88.45%)

Branch coverage included in aggregate %.

24494 of 25223 new or added lines in 263 files covered. (97.11%)

69 existing lines in 16 files now uncovered.

36213 of 37822 relevant lines covered (95.75%)

5.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

7.09
/tests/test_all_python_versions.py


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc