mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-23 15:21:46 +00:00
126f2df21b
* chore: move i18n to shared package * chore: move server translations to shared package and apply linter and prettier on entire shared package
5 lines
287 B
TypeScript
5 lines
287 B
TypeScript
// Canonical language registry now lives in @trek/shared. Re-exported here so
|
|
// existing imports of './supportedLanguages' continue to work unchanged.
|
|
export { SUPPORTED_LANGUAGES, SUPPORTED_LANGUAGE_CODES } from '@trek/shared'
|
|
export type { SupportedLanguageCode } from '@trek/shared'
|