Translations 2026 Project - i18n localizations - Next.js, SQL Server

Опубликовано: 19 Июнь 2026
на канале: JP Codes
24
like

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.