10 lines
258 B
TypeScript
10 lines
258 B
TypeScript
/**
|
|
* @deprecated Import from `@/presentation/i18n/translations`.
|
|
* Kept for backward compatibility during Clean Architecture migration.
|
|
*/
|
|
export {
|
|
languages,
|
|
translations,
|
|
getTranslation,
|
|
type Language,
|
|
} from '@/presentation/i18n/translations'; |