UNPKG

@lion/localize

Version:

The localization system helps to manage localization data split into locales and automate its loading

9 lines (8 loc) 223 B
/** * For Turkey fixes currency label with locale options * * @param {string} currency * @param {string} locale * @returns {string} */ export function normalizeCurrencyLabel(currency: string, locale: string): string;