Testing Category 1 (Static UI Labels) from the localization architecture
Current Language: en
Total Languages Available: 0
Status: Loading labels...
// Get a label using the hook:
const { getLabel } = useLocalization();
getLabel('common.save') → "Save"
getLabel('habits.title') → "Habits"