Add Immediate Family section to person details in side panel

This commit is contained in:
Przemek Więch
2026-05-12 00:33:42 +02:00
parent e86d13a00e
commit 708d26d561
19 changed files with 492 additions and 34 deletions

View File

@@ -134,5 +134,14 @@
"extras.images": "Obrázky",
"extras.notes": "Poznámky",
"extras.sources": "Zdroje",
"extras.files": "Další soubory"
"extras.files": "Další soubory",
"family.immediate_family": "Nejbližší rodina",
"family.parents": "Rodiče",
"family.father": "Otec",
"family.mother": "Matka",
"family.husband": "Manžel",
"family.wife": "Manželka",
"family.unknown_spouse": "Neznámý manžel/ka",
"family.children": "Děti",
"family.child": "Dítě"
}