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 '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

View File

@ -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>