mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 00:53:48 +00:00
add indeterminate gender
This commit is contained in:
@@ -47,6 +47,8 @@ man: Homme
|
||||
woman: Femme
|
||||
Man: Homme
|
||||
Woman: Femme
|
||||
both: Indéterminé
|
||||
Both: Indéterminé
|
||||
Divorced: Divorcé(e)
|
||||
Separated: Séparé(e)
|
||||
Widow: Veuf(ve)
|
||||
|
@@ -45,7 +45,9 @@
|
||||
<i class="fa fa-{% spaceless %}
|
||||
{% if person.gender == "woman" %}
|
||||
female
|
||||
{% else %}
|
||||
{% elseif person.gender == "both" %}
|
||||
neuter
|
||||
{% else %}
|
||||
male
|
||||
{% endif %}
|
||||
{% endspaceless %}"></i>
|
||||
|
Reference in New Issue
Block a user