Releases: rojcode/Harfizer
Releases · rojcode/Harfizer
1.0.4 (17 March 2025)
Harfizer — Say Your Numbers, Dates, and Times Out Loud (in Any Language!)
Harfizer is a powerful and extensible package for converting numbers, dates, and times into human-readable words — now supporting 7+ languages including 🇮🇷 Persian, 🇫🇷 French, 🇯🇵 Japanese, 🇨🇳 Chinese, 🇷🇺 Russian, 🇩🇪 German, and 🇪🇸 Spanish.
Built with a plugin-based architecture, Harfizer allows seamless internationalization and high configurability.
✨ Features
- ✅ Convert numbers (integers, decimals, negatives)
- ✅ Convert Gregorian or Jalali dates
- ✅ Convert time (HH:mm) to natural text
- ✅ Supports 66-digit numbers
- ✅ 7+ language plugins — easily extendable
- ✅ Customizable output with options
💡 Why Harfizer?
- 🌍 Multilingual support (7+ languages and growing)
- 🔢 Handles large numbers (up to 66 digits, decimals, negatives)
- 📅 Date and time conversion with natural phrasing
- 🔌 Plugin-based and highly extensible
- ⚙️ Customizable with
ConversionOptions
- ✅ Built with TypeScript — fully typed, safe, and modern
🌐 Supported Languages
Flag | Language | Plugin |
---|---|---|
🇬🇧 | English | ✅ EnglishLanguagePlugin |
🇮🇷 | Persian | ✅ PersianLanguagePlugin |
🇫🇷 | French | ✅ FrenchLanguagePlugin |
🇯🇵 | Japanese | ✅ JapaneseLanguagePlugin |
🇨🇳 | Chinese | ✅ ChineseLanguagePlugin |
🇷🇺 | Russian | ✅ RussianLanguagePlugin |
🇩🇪 | German | ✅ GermanLanguagePlugin |
🇪🇸 | Spanish | ✅ SpanishLanguagePlugin |
First official release of Harfizer!
- Supports Persian number to word conversion
- Plugin-ready architecture
- TypeScript support