Re: Django admin and messages

2016-03-03 Thread Cristiano Coelho
The issue is that we do not force any particular es language, it is pretty much up to the browser so it can be es, es_AR, es_UY etc. And it is not really an issue with this spanish project (all susscess messages are not shown) but a translation issue with spanish translations in general El

Re: Django admin and messages

2016-03-03 Thread Ramiro Morales
On Thu, Mar 3, 2016 at 11:06 PM, Cristiano Coelho wrote: > By "we are doing" do you mean that's how it is translated by django, or > are you patching translations on your projects? Any ideas why would it be > different for spanish? It really burns my eyes seeing those

Re: Django admin and messages

2016-03-03 Thread Cristiano Coelho
By "we are doing" do you mean that's how it is translated by django, or are you patching translations on your projects? Any ideas why would it be different for spanish? It really burns my eyes seeing those grammar mistakes :D El miércoles, 2 de marzo de 2016, 6:45:24 (UTC-3), Claude Paroz

Re: Django admin and messages

2016-03-02 Thread Claude Paroz
Le mercredi 2 mars 2016 02:42:05 UTC+1, Cristiano Coelho a écrit : > > Another approach for gender languages like spanish would be to use "el > objeto %(obj)" rather than "el/la %(obj)". > That's exactly what we are doing for French. Claude -- You received this message because you are

Re: Django admin and messages

2016-03-01 Thread Cristiano Coelho
Actual file with the issue: https://github.com/django/django/blob/master/django/contrib/admin/locale/es/LC_MESSAGES/django.po#L168 El martes, 1 de marzo de 2016, 22:42:05 (UTC-3), Cristiano Coelho escribió: > > Looking it deeper it seems mostly like a translation issue for the spanish > (and

Re: Django admin and messages

2016-03-01 Thread Cristiano Coelho
Looking it deeper it seems mostly like a translation issue for the spanish (and maybe other) languages, since in some cases both gender articles are added ( "el/la" ) to make it generic but for the specific case I pointed above it is missing. msgid "" "The %(name)s \"%(obj)s\" was added

Django admin and messages

2016-02-20 Thread Cristiano Coelho
Hello, It seems that all admin "sucess" (and others) messages are hardcoded (almost, actually translations) into the methods that use them and can not be easily changed (like 'The %(name)s "%(obj)s" was added successfully. You may add another %(name)s below.'). This is causing some issues on