address added to personrenderbox w/ ShowAddress. Adapted to include a multiline option

This commit is contained in:
2021-08-18 16:22:38 +02:00
parent eac4c48d8f
commit 34e1a9b748
4 changed files with 45 additions and 22 deletions

View File

@@ -63,6 +63,14 @@ const messages = {
thirdparty: "un nouveau tiers professionnel"
},
},
renderbox: {
person: "Person",
birthday: {
man: "Né le",
woman: "Née le"
} ,
no_information: "Pas d'information"
}
}
};