mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Debug translation variable pbmm
This commit is contained in:
parent
51115b6f36
commit
7465def1eb
@ -21,7 +21,7 @@
|
|||||||
'Address': Adresse
|
'Address': Adresse
|
||||||
'Memo': Mémo
|
'Memo': Mémo
|
||||||
'Phonenumber': Numéro de téléphone
|
'Phonenumber': Numéro de téléphone
|
||||||
'{0} Born the %date | {1} Born the %date': '{0} Né le %date% | {1} Née le %date%'
|
'{0} Born the %date% | {1} Born the %date%': '{0} Né le %date% | {1} Née le %date%'
|
||||||
|
|
||||||
#Gender
|
#Gender
|
||||||
'Male': Homme
|
'Male': Homme
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% transchoice person.genreNumeric
|
{% transchoice person.genreNumeric
|
||||||
with {'%date%' : person.dateOfBirth.format('d-m-Y')} %}
|
with {'%date%' : person.dateOfBirth.format('d-m-Y')} %}
|
||||||
{0} Born the %date | {1} Born the %date
|
{0} Born the %date% | {1} Born the %date%
|
||||||
{% endtranschoice %}
|
{% endtranschoice %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endspaceless %}</p>
|
{% endspaceless %}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user