I18n
import { detectLanguage, formatDateI18n, formatNumber } from '@rtorcato/js-common/i18n'
Exports
| Name | Summary |
|---|---|
detectLanguage | Detects the user's preferred language from the browser or Node.js environment. |
formatDateI18n | Formats a date as a localized string. |
formatNumber | Formats a number as a localized string. |
pluralize | Pluralizes a word based on a count (basic English only). |
t | Simple translation function using a dictionary object. |