Debug translation variable pbmm

This commit is contained in:
Marc Ducobu 2014-11-19 10:31:48 +01:00
parent 51115b6f36
commit 7465def1eb
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
'Address': Adresse
'Memo': Mémo
'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
'Male': Homme

View File

@ -51,7 +51,7 @@
{% else %}
{% transchoice person.genreNumeric
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 %}
{% endif %}
{% endspaceless %}</p>