mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(web): add i18n architecture with English translations
Create translation key system in packages/shared/src/i18n/ with full English locale covering common actions, all 37 tools, settings sections, auth, pipeline, and navigation strings. Add useI18n hook that returns typed translations. Architecture enables adding new languages by creating locale files matching the TranslationKeys type.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from "./types.js";
|
||||
export * from "./constants.js";
|
||||
export * from "./i18n/index.js";
|
||||
|
||||
Reference in New Issue
Block a user