Re: Proposal: Clarify individual members page

2023-09-19 Thread Andrew Mshar
 Small typo in my previous post. Clearly I meant I'll open the PR next 
year...

Better late than never, here is the PR with changes from my previous draft 
based on everyone's input: 
https://github.com/django/djangoproject.com/pull/1406

Thanks again for all the feedback.

On Friday, November 11, 2022 at 1:52:07 PM UTC-5 Andrew Mshar wrote:

> I like that idea, Tim. A few things came up, so I'll open this PR next 
> week.
>
> Thanks,
> Andrew
>
> On Friday, November 11, 2022 at 12:21:43 PM UTC-5 schill...@gmail.com 
> wrote:
>
>> Hi folks!
>>
>> Andrew (Mshar) how do you feel about reworking:
>>
>> > If you know someone who you think should be considered for Individual 
>> Membership or would like to nominate yourself, please fill out this form 
>> 
>> .
>>
>> To something that places more focus on self-nomination, with nominating 
>> others as the alternative such as:
>>
>> If you would like to apply for Individual Membership, please fill out 
>> this form. You can also nominate others if you know someone who should be 
>> considered.
>>
>> My reasoning:
>>
>>- The use of "apply" rather than "nominate yourself". People are used 
>>to applying for things for themselves. I imagine fewer nominate 
>> themselves 
>>for things making it less comfortable. I think using language that's more 
>>comfortable will encourage people.
>>- Moving the nomination of others to the end highlights that applying 
>>for yourself is not the exception flow. Again, this should help encourage 
>>people to apply.
>>
>>
>> Thanks for driving this!
>>
>> On Tue, Nov 8, 2022 at 10:24 PM Andrew Godwin  
>> wrote:
>>
>>> Just want to pop in and say these are great ideas - feel free to copy me 
>>> in on any PR if you want extra opinions!
>>>
>>> On Tuesday, November 8, 2022 at 8:26:28 AM UTC-7 Carlton Gibson wrote:
>>>
 Great, Thanks Andrew. No urgency 😊

 On Tue, 8 Nov 2022 at 16:16, Andrew Mshar  wrote:

> Will do, Carlton.
>
> Tim and Cory, thanks for the suggestions. I'll incorporate those in 
> the PR and post here when it's ready. Probably not today, but I should be 
> able to open it before the end of the week.
>
> Thanks,
> Andrew
>
> On Tuesday, November 8, 2022 at 10:10:51 AM UTC-5 carlton...@gmail.com 
> wrote:
>
>> Hey Andrew. 
>>
>> I had thought this was a Flatpage (stored in the database) but it's 
>> not. 
>> The source is here: 
>> https://github.com/django/djangoproject.com/blob/main/djangoproject/templates/members/individualmember_list.html
>> If you wanted to open a PR suggesting your changes, that would be 
>> amazing 🤩
>>
>> Thanks. 
>>
>> Kind Regards,
>>
>> Carlton
>>
>> On Mon, 7 Nov 2022 at 19:51, Tim Allen  
>> wrote:
>>
>>> I'm of the opinion that if you care enough about Django to 
>>> investigate becoming a member of the DSF, that's enough of a 
>>> qualification 
>>> - it is just challenging to formalize that into proper text for the 
>>> website. Maybe two changes to encourage people to join:
>>>
>>>- We could tweak *"Running Django-related events or user 
>>>groups"  *to *"Attending or organizing Django-related events or 
>>>user groups"*.
>>>- Add a sentence to the end of the first stanza: "The following 
>>>are Individual Members of the Django Software Foundation. The DSF 
>>> appoints 
>>>individual Members in recognition of their service to the Django 
>>> community. 
>>>If you would like to join the DSF, we welcome you. Please feel free 
>>> to 
>>>self-nominate for membership."
>>>
>>> Regards,
>>>
>>> Tim
>>>
>>> On Monday, November 7, 2022 at 11:12:41 AM UTC-5 cory...@gmail.com 
>>> wrote:
>>>
 Hey Andrew,

 Thanks for drafting this language and I think it looks great. As 
 someone who only recently applied after hearing it discussed on an 
 episode 
 of Django Chat[1], I'm all for the goals of making it more encouraging 
 and 
 accessible and think this is a great step in that direction.

 Here are a few minor thoughts to specific bits:

 Service to the Django community takes many forms. Here are some 
> examples (non-exhaustive) of categories of work performed by members:
>

 "performed by members" is a little ambiguous as to whether it means 
 "this is how we evaluate applicants" vs "this is what you'll do if 
 part of 
 the DSF". Since I think the intention is the former it might make 
 sense to 
 change to something like:

 *Service to the Django community takes many forms. Here are some 
 (non-exhau

Django in Portuguese

2023-09-19 Thread אורי
Django Developers,

I need to translate my website (Django) to Portuguese (Europe/Portugal
version). I translated the site and I was surprised to see that a specific
error message was in English (from FileExtensionValidator). I checked and
found out that there are many untranslated strings in language code pt,
although they are translated in pt_BR. What's the difference and isn't it
better to copy all the missing translations from pt_BR to pt, rather than
display them in English to the visitors of sites such as mine? I mean they
might understand English, but the site is meant to be in Portuguese. I
think the minimum is to show them pt_BR translations if pt translations are
missing.

I checked other po files such as de, es, it and nl and there are no missing
translations there.

Thanks,
Uri Rodberg, Speedy Net.
אורי
u...@speedy.net

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABD5YeFSj4cTdZ%3DJadAS4chg%3DJOVxJGOO%3Dv0JoE0hDedCO8DKg%40mail.gmail.com.


Re: Django in Portuguese

2023-09-19 Thread אורי
Hi,

I created the following issue: https://code.djangoproject.com/ticket/34854

Thanks,
Uri.
אורי
u...@speedy.net


‪On Tue, Sep 19, 2023 at 9:57 PM ‫אורי‬‎  wrote:‬

> Django Developers,
>
> I need to translate my website (Django) to Portuguese (Europe/Portugal
> version). I translated the site and I was surprised to see that a specific
> error message was in English (from FileExtensionValidator). I checked and
> found out that there are many untranslated strings in language code pt,
> although they are translated in pt_BR. What's the difference and isn't it
> better to copy all the missing translations from pt_BR to pt, rather than
> display them in English to the visitors of sites such as mine? I mean they
> might understand English, but the site is meant to be in Portuguese. I
> think the minimum is to show them pt_BR translations if pt translations are
> missing.
>
> I checked other po files such as de, es, it and nl and there are no
> missing translations there.
>
> Thanks,
> Uri Rodberg, Speedy Net.
> אורי
> u...@speedy.net
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABD5YeHazYY6X4xAr0XjppS2e3bWzVrdsmQvftJjzdC_AfCZcg%40mail.gmail.com.