Implement age-based gender labels in FalukantWidget and update translations: Added logic to determine gender labels based on age groups and updated locale files for German and English.
This commit is contained in:
@@ -138,6 +138,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"genderAge": {
|
||||
"ageGroups": "infant:2|toddler:4|child:12|teen:18|youngAdult:25|adult:50|mature:70|elder:999",
|
||||
"male": {
|
||||
"infant": "Säugling",
|
||||
"toddler": "Knirps",
|
||||
"child": "Knabe",
|
||||
"teen": "Jüngling",
|
||||
"youngAdult": "Junker",
|
||||
"adult": "Mann",
|
||||
"mature": "Herr",
|
||||
"elder": "Greis"
|
||||
},
|
||||
"female": {
|
||||
"infant": "Säugling",
|
||||
"toddler": "Knirps",
|
||||
"child": "Maid",
|
||||
"teen": "Jungfer",
|
||||
"youngAdult": "Jungfrau",
|
||||
"adult": "Frau",
|
||||
"mature": "Dame",
|
||||
"elder": "Greisin"
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"male": {
|
||||
"noncivil": "Leibeigener",
|
||||
|
||||
Reference in New Issue
Block a user