singleton
singleton copied to clipboard
[REQUIREMENT][Service] Extract CLDR pattern to support ordinal number
Is your feature request related to a problem? Please describe. Support converting number to ordinal numbers in all supported languages, e.g.: 1, 2, 3, 4 ... -> 1st, 2nd, 3rd, 4th
Describe the solution you'd like Singleton Service to support the pattern that convert number to oridinal format.
Additional context CLDR pattern data: https://github.com/unicode-cldr/cldr-rbnf Document: https://www.unicode.org/reports/tr35/tr35-numbers.html#Rule-Based_Number_Formatting ICU Detailed Description: https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1RuleBasedNumberFormat.html#details