mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
- Added useLocalized hook to provide a stable function for retrieving bilingual values based on the current language. - Updated various components across the portal and backoffice to utilize the new useLocalized hook for consistent bilingual label rendering. - Refactored localized function in licensing.helpers to handle empty Amharic strings correctly. - Enhanced localization handling in LicenseApplicationPage, ProfilePage, and other components to ensure proper language switching.
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
export * from './licensing.types';
|
|
export * from './licensing-api';
|
|
export * from './licensing.helpers';
|
|
export * from './use-localized';
|