UNPKG

jodit

Version:

Jodit is an awesome and useful wysiwyg editor with filebrowser

28 lines (27 loc) 898 B
/*! * Jodit Editor (https://xdsoft.net/jodit/) * Released under MIT see LICENSE.txt in the project root for license information. * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net */ import ar from "./ar.js"; import cs_cz from "./cs_cz.js"; import de from "./de.js"; import es from "./es.js"; import fa from "./fa.js"; import fi from "./fi.js"; import fr from "./fr.js"; import he from "./he.js"; import hu from "./hu.js"; import id from "./id.js"; import it from "./it.js"; import ja from "./ja.js"; import ko from "./ko.js"; import mn from "./mn.js"; import nl from "./nl.js"; import pl from "./pl.js"; import pt_br from "./pt_br.js"; import ru from "./ru.js"; import tr from "./tr.js"; import zh_cn from "./zh_cn.js"; import zh_tw from "./zh_tw.js"; export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };