singleton
singleton copied to clipboard
A service that provides support for Software Internationalization and Localization
**Describe the bug** commit: c7afc3bee93563af3c7073adfdd5cbd9b584ca0e Unknown script and unknown region displays when the locale without script and territory in API /i18n/api/v2/locale/supportedLanguageList. ar-SA (no script in locale name): Arabic (Unknown Script,...
**Describe the bug** commit: c7afc3bee93563af3c7073adfdd5cbd9b584ca0e Other elements beside of language/script/region/variant are not displayed in supportedLanguageList API. **To Reproduce** Steps to reproduce the behavior: 1. Put a json file with name:...
**Describe the bug** commit: c7afc3bee93563af3c7073adfdd5cbd9b584ca0e Nothing is shown as displayName for "sl-Latn-IT-ROZAJ" locales in its language. **To Reproduce** Steps to reproduce the behavior: 1. Put a json file with name:...
**Describe the bug** commit: c7afc3bee93563af3c7073adfdd5cbd9b584ca0e "German (Unknown Script)" is shown as displayName for "de-1901" locale with language-variant format. **To Reproduce** Steps to reproduce the behavior: 1. Put a json file...
**Describe the bug** commit: c7afc3bee93563af3c7073adfdd5cbd9b584ca0e "English (Unknown Script)" is shown as displayName when locale is "en-001". Similar behavior on below locale: language-territory(number format) and locale isn't in languages.json file. example:...
**Describe the bug** commit: c7afc3bee93563af3c7073adfdd5cbd9b584ca0e "null (Unknown Script)" is shown as displayName for invalid locale "12-Abcd-AA-AAAA". **To Reproduce** Steps to reproduce the behavior: 1. Put a json file with name:...
**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,...