"use client"; import { useState } from "react"; import { Plus, ChevronDown } from "lucide-react"; import { initialLanguageValues } from "@/constants/constant"; export default function LanguagePortal() { const [languageValues, setLanguageValues] = useState(initialLanguageValues); return (
Manage translation keys across apps, menus and screens — then resolve their values per tenant.
Scope a translation key to an app, menu and screen
Resolved strings — filtered to the selected tenant's locales
| APP | MENU | SCREEN | UI KEY | CODE | VALUE |
|---|---|---|---|---|---|
| {row.app} | {row.menu} | {row.screen} | {row.uiKey} | {row.code} | {row.value} |