Re: Unifying locale time formats

2014-09-13 Thread Wim Feijen
Hi everyone, I wonder if we should unify the time format which is sometimes displayed as G:i and sometimes as H:i, where hours are displayed with or without a leading zero. For the same reasons as stated above I think it nicer to be consistent here. I would prefer G:i (hour without leading

Re: Unifying locale time formats

2014-09-11 Thread Malte
Cheers, Collin! That worked On Thursday, September 11, 2014 2:17:24 PM UTC+2, Collin Anderson wrote: > > If you did "git add .", you should be fine without the -a flag, just > use git commit -m “Removed seconds from all locales.” > -- You received this message because you are subscribed to the

Re: Unifying locale time formats

2014-09-11 Thread Collin Anderson
If you did "git add .", you should be fine without the -a flag, just use git commit -m “Removed seconds from all locales.” -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it,

Re: Unifying locale time formats

2014-09-11 Thread Malte Beckmann
Hi, I followed the guidelines (https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/working-with-git/), opened a ticket (https://code.djangoproject.com/ticket/23466) made the changes and can't commit because of some git error. Here are the commands I entered: 1) [Forked

Re: Unifying locale time formats

2014-09-11 Thread Malte Beckmann
Hi Andrew! Hi Duncan! Cheers for the instruction. I will open a ticket and make the changes this week. Best, malte On 11 Sep 2014, at 01:06, Andrew Pinkham wrote: > On Sep 10, 2014, at 4:21 PM, Malte wrote: >> That's a lot of locales to change

Re: Unifying locale time formats

2014-09-10 Thread Andrew Pinkham
On Sep 10, 2014, at 4:21 PM, Malte wrote: > That's a lot of locales to change though. I am still somewhat new to Git. How > would you go about it? I asked about Git recently on the Django Core Mentorship list. Carl Meyer responded with a really good workflow for

Re: Unifying locale time formats

2014-09-10 Thread duncan . parkes
On Wednesday, 10 September 2014 22:21:39 UTC+1, Malte wrote: > > That's a lot of locales to change though. I am still somewhat new to Git. > How would you go about it? > Oddly, I came to the same conclusion last night that seconds should be removed and was just contemplating writing a pull

Re: Unifying locale time formats

2014-09-10 Thread Malte
Hi Wim, That's a lot of locales to change though. I am still somewhat new to Git. How would you go about it? On Wednesday, September 10, 2014 10:18:04 PM UTC+2, Wim Feijen wrote: > > Hi Malte, > > Sounds like a good idea to remove the seconds. Aymeric says the same. > > Can you open a ticket

Re: Unifying locale time formats

2014-09-10 Thread Wim Feijen
Hi Malte, Sounds like a good idea to remove the seconds. Aymeric says the same. Can you open a ticket and if you want create a pull request? Wim On Wednesday, 10 September 2014 18:26:11 UTC+2, Malte wrote: > > Hi Aymeric, > > Yes, I agree. And backwards compatibility is a concern I share. But

Re: Unifying locale time formats

2014-09-10 Thread Aymeric Augustin
While there are some backwards compatibility concerns, I believe option 1 is better: - It provides consistency out-of-the-box for international websites. - It makes the default behavior more reasonable in general. -- Aymeric. 2014-09-10 17:56 GMT+02:00 Malte : > Hi! >

Unifying locale time formats

2014-09-10 Thread Malte
Hi! I recently contributed the zh_CN, zh_TW, zh_Hans and zh_Hant locale formats. These locale formats enable dates and times to be formatted correctly in a given locale. While doing this, I noticed different authors have very different ideas of how time should be displayed, in particular,