Skip to main content

I18n

import { detectLanguage, formatDateI18n, formatNumber } from '@rtorcato/js-common/i18n'

Exports

NameSummary
detectLanguageDetects the user's preferred language from the browser or Node.js environment.
formatDateI18nFormats a date as a localized string.
formatNumberFormats a number as a localized string.
pluralizePluralizes a word based on a count (basic English only).
tSimple translation function using a dictionary object.