UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

12 lines (11 loc) 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_LANGUAGE_UI = exports.LOCALES = exports.LOCALE_IT = exports.LOCALE_EN = exports.LOCALE_MESSAGES_OPTION = exports.LOCALE_DEFAULT_OPTION = exports.LOCALE_OPTION = void 0; // locale-i18n exports.LOCALE_OPTION = 'locale'; exports.LOCALE_DEFAULT_OPTION = 'default'; exports.LOCALE_MESSAGES_OPTION = 'messages'; exports.LOCALE_EN = 'en'; exports.LOCALE_IT = 'it'; exports.LOCALES = [exports.LOCALE_EN, exports.LOCALE_IT]; exports.DEFAULT_LANGUAGE_UI = exports.LOCALE_EN;