plot-plan-designer
Version:
Design Editor Tools with React.js + ant.design + fabric.js
15 lines (14 loc) • 899 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.translationFr = exports.translationJa = exports.translation = exports.translationKo = void 0;
const locale_constant_ko_json_1 = __importDefault(require("./locale.constant-ko.json"));
exports.translationKo = locale_constant_ko_json_1.default;
const locale_constant_json_1 = __importDefault(require("./locale.constant.json"));
exports.translation = locale_constant_json_1.default;
const locale_constant_ja_json_1 = __importDefault(require("./locale.constant-ja.json"));
exports.translationJa = locale_constant_ja_json_1.default;
const locale_constant_fr_json_1 = __importDefault(require("./locale.constant-fr.json"));
exports.translationFr = locale_constant_fr_json_1.default;