Page MenuHomePhabricator

Please remove a change on MessagesPt.php to stop a flamewar
Closed, DeclinedPublic

Description

Hi, please remove the following lines from my most recent patch to MessagesPt.php (applied on r22684)

$dateFormats = array(

'dmy time' => 'H\hi\m\i\n',
'dmy date' => 'j \d\e F \d\e Y',
'dmy both' => 'H\hi\m\i\n \d\e j \d\e F \d\e Y',

);

I've added these lines on good faith, translating these expressions to the Portuguese language, according to the defaults and standarts for this language. But I've missed that anything that affects Portuguese Wikipedia need to be discussed (and voted!) word-by-word and the community from that project dislikes anything and absolute all is a good point to start a flamewar.

http://pt.wikipedia.org/wiki/Wikipedia:Esplanada/geral#Formato_hora.2Fdata


Version: 1.11.x
Severity: normal

Details

Reference
bz10164

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:51 PM
bzimport set Reference to bz10164.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

What do the other Portuguese projects think?

robchur wrote:

We've heard no complaints.

ayg wrote:

Shouldn't the first course of action be to apply whatever patches each language's localizer provides, rather than to try as foreigners to examine non-technical aspects of linguistic style that we can't possibly judge? That the localizer appears to personally disagree with the patch is somewhat beside the point, I think.

(Anyway, the current format is basically "21h31min on the 4th of June, 2006" instead of "21:31 4 June 2006", as far as I can see. Not that I know about conventional Portuguese representations of time, but I see the point of the one who presented "último exemplo é um exagero", using "edição feita às doze horas e cinco minutos no artigo" instead of "12:05". Concision is a good thing in interface messages.)