⚡ enhance (lib): adjust libs
This commit is contained in:
No files matched your search
@@ -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',
|
||||
}
|
||||
Reference in New Issue
Block a user