import type { Language } from '@neliosoft/inlexa/types';

export const LABELS: Record< Language, string > = {
	ca: 'Català',
	es: 'Español',
};
