UNPKG

@selfcommunity/react-i18n

Version:

Translations to integrate a Community created with SelfCommunity.

8 lines (7 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const en_json_1 = tslib_1.__importDefault(require("./locales/en.json")); const it_json_1 = tslib_1.__importDefault(require("./locales/it.json")); const locales = { en: en_json_1.default, it: it_json_1.default }; exports.default = locales;