jodit-pro
Version:
PRO Version of Jodit Editor
26 lines (25 loc) • 776 B
TypeScript
/*!
* Jodit Editor PRO (https://xdsoft.net/jodit/)
* See LICENSE.md in the project root for license information.
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
*/
import ar from "./ar";
import cs_cz from "./cs_cz";
import de from "./de";
import es from "./es";
import fa from "./fa";
import fr from "./fr";
import he from "./he";
import hu from "./hu";
import id from "./id";
import it from "./it";
import ja from "./ja";
import ko from "./ko";
import nl from "./nl";
import pl from "./pl";
import pt_br from "./pt_br";
import ru from "./ru";
import tr from "./tr";
import zh_cn from "./zh_cn";
import zh_tw from "./zh_tw";
export { ar, cs_cz, de, es, fa, fr, he, hu, id, it, ja, ko, nl, pl, pt_br, ru, tr, zh_cn, zh_tw };