human_number 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/human_number/version.rb +1 -1
- data/lib/locales/bn.yml +4 -1
- data/lib/locales/en-IN.yml +4 -1
- data/lib/locales/en.yml +1 -1
- data/lib/locales/es.yml +2 -2
- data/lib/locales/fr.yml +1 -1
- data/lib/locales/hi.yml +4 -1
- data/lib/locales/ja.yml +3 -0
- data/lib/locales/ko.yml +3 -0
- data/lib/locales/ur.yml +4 -1
- data/lib/locales/zh-CN.yml +4 -1
- data/lib/locales/zh-TW.yml +4 -1
- data/lib/locales/zh.yml +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 640f25eea39d66d28a79be7612896b88052b090e80ec704f7d0ae7a0fd93a8a7
|
4
|
+
data.tar.gz: 3d328389e35e2e5c199029557ecbe7b7df2ec1aa3727edf712e5b0b540c001c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c42af2e46c77bd2258cd2b6a5a26520022f394d27aa5b082c2acca2e21da3ed90e37197194f5df005893757655934a00a7508328aaa9195399bd1b839435610
|
7
|
+
data.tar.gz: 6dae26caf8f22d3340ff6115f677402d1a3c2a90ee6eca5dcdbac689010375e5ddbdf4f8b7a3e9bcbdcfa1b645c14f91b7499ba4f78a131f74cfb13f8db6069f
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [0.2.1] - 2025-08-25
|
9
|
+
|
10
|
+
### Fixed
|
11
|
+
- `abbr_units: false` displaying fallback `TEN_THOUSAND` instead of proper locale text
|
12
|
+
- KRW currency formatting now correctly shows `"123.5만원"` instead of `"150TEN_THOUSAND원"`
|
13
|
+
- Added missing `units` sections to locale files for East Asian and Indian systems
|
14
|
+
|
8
15
|
## [0.2.0] - 2025-08-25
|
9
16
|
|
10
17
|
### Added
|
@@ -55,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
55
62
|
- 14 custom locale files with rails-i18n integration
|
56
63
|
- Thread-safe implementation
|
57
64
|
|
65
|
+
[0.2.1]: https://github.com/ether-moon/human_number/releases/tag/v0.2.1
|
58
66
|
[0.2.0]: https://github.com/ether-moon/human_number/releases/tag/v0.2.0
|
59
67
|
[0.1.10]: https://github.com/ether-moon/human_number/releases/tag/v0.1.10
|
60
68
|
[0.1.9]: https://github.com/ether-moon/human_number/releases/tag/v0.1.9
|
data/lib/human_number/version.rb
CHANGED
data/lib/locales/bn.yml
CHANGED
data/lib/locales/en-IN.yml
CHANGED
data/lib/locales/en.yml
CHANGED
data/lib/locales/es.yml
CHANGED
data/lib/locales/fr.yml
CHANGED
data/lib/locales/hi.yml
CHANGED
data/lib/locales/ja.yml
CHANGED
data/lib/locales/ko.yml
CHANGED
data/lib/locales/ur.yml
CHANGED
data/lib/locales/zh-CN.yml
CHANGED
data/lib/locales/zh-TW.yml
CHANGED
data/lib/locales/zh.yml
CHANGED