enhance (lib): adjust libs

This commit is contained in:
Abizrh
2025-09-11 00:56:36 +07:00
parent 938278a7a2
commit 64d432f75a
2 changed files with 18 additions and 2 deletions

No files matched your search

+14
View File
@@ -218,3 +218,17 @@ export const instructionCodes: Record<string, string> = {
medication: 'Obat',
material: 'BMHP',
}
export const relationshipCodes: Record<string, string> = {
mother: 'Ibu',
father: 'Ayah',
uncle: 'Paman',
aunt: 'Bibi',
sibling: 'Saudara',
'gd-mother': 'Nenek',
'gd-father': 'Kakek',
child: 'Anak',
nephew: 'Keponakan',
'gd-child': 'Cucu',
other: 'Lainnya',
}