Hi :-)
Yes, I saw that but I'm not completely agreeing here due to one detail: I totally agree that localisations should not be tested, but with the ordinal tag we are actually talking about functionality that depends on the i18n system and there exists a test for the English version of it. Given that the functionality should differ depending on the language, a unittest is in my opinion warranted.
Best wishes,
Horst
--
You received this message because you are subscribed to the Google Groups "Django internationalization and localization" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-i18n...@googlegroups.com.
To post to this group, send email to djang...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-i18n?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Le samedi 18 mai 2013 à 22:54 +0200, Horst Gutmann a écrit :
> Hi :-)
>
> Yes, I saw that but I'm not completely agreeing here due to one
> detail: I totally agree that localisations should not be tested, but
> with the ordinal tag we are actually talking about functionality that
> depends on the i18n system and there exists a test for the English
> version of it. Given that the functionality should differ depending on
> the language, a unittest is in my opinion warranted.
OK, then I interpret your test as "test that ordinal is properly using
translations when language is not en". This is not directly related to
the ticket title and the functionality wasn't broken, but it doesn't
hurt to add this test. But then I'd rather use a language that is
currently not broken, or show me that Swedish is fixed on Transifex.
Claude