UNPKG

nilfam-editor

Version:

A powerful, customizable rich-text editor built with TipTap, React, and Tailwind CSS. Supports RTL/LTR text, resizable media (images/videos), tables, code blocks, font styling, and more for an enhanced content creation experience.

6 lines (4 loc) 148 B
import {translations} from "../../assets/lang/translations.js"; export function t(key, lang) { return translations[lang]?.[key] || key; }