feat(i18n): add Greek translation (#1061)

This commit is contained in:
Dimitris Kafetzis
2026-05-27 17:31:03 +02:00
committed by GitHub
parent 126f2df21b
commit 831a4fd478
45 changed files with 2584 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ const localeLoaders: Record<SupportedLanguageCode, () => Promise<{ default: Tran
ja: () => import('@trek/shared/i18n/ja'),
ko: () => import('@trek/shared/i18n/ko'),
uk: () => import('@trek/shared/i18n/uk'),
gr: () => import('@trek/shared/i18n/gr'),
}
// Re-export pure helpers that live in shared so downstream consumers can import them