This is a Next.js/TypeScript web app for managing software localizations stored in a local MS SQL Server database.
It presents translation strings as a pivot grid — rows are Resource IDs, columns are language codes — with inline cell editing that maps directly to INSERT/UPDATE operations on the dbo.Localizations table.
Key features include role-based access (admins vs. translators via Clerk auth), a dashboard with coverage stats and translator activity reports, bulk import from Excel/CSV/Word/images (with Azure OCR), machine translation via Azure Translator, and export to i18next JSON or RESX format.