From 355ff7fa675ccffda6da654c320329ed05bd1a33 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 5 Jun 2009 13:05:14 +0000 Subject: [patch] Portuguese timedef In Portuguese, the names of the days of the week are not capitalized. Also there is always a dash before "feira" in the names of the days. For example: "segunda-feira" and not "segunda feira" (which has a completely different meaning). x_fmt is not correct either. The date separator should not be a dot but a slash. Example: 31/12/2005 if far more used in Portugal than 31.12.2005. References: - a Portuguese online dictionary http://priberam.pt/dlpo/dlpo.aspx - http://answers.com/days_of_the_week (there are translations to various languages, including Portuguese, at the bottom of the page) - http://en.wikipedia.org/wiki/Week-day_names (there are translations to various languages, including Portuguese, at the bottom of the page) - a Portuguese style guide http://www.publico.clix.pt/nos/livro_estilo/16d-palavras.html ("datas" section) PR: conf/58595 Submitted by: Chris Stenton MFC after: 1 week --- share/timedef/pt_PT.ISO8859-1.src | 30 +++++++++++++++--------------- share/timedef/pt_PT.UTF-8.src | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) (limited to 'share/timedef') diff --git a/share/timedef/pt_PT.ISO8859-1.src b/share/timedef/pt_PT.ISO8859-1.src index e030722..9847e8a 100644 --- a/share/timedef/pt_PT.ISO8859-1.src +++ b/share/timedef/pt_PT.ISO8859-1.src @@ -36,23 +36,23 @@ Dezembro # # Short weekday names # -Dom -Seg -Ter -Qua -Qui -Sex -Sáb +dom +seg +ter +qua +qui +sex +sáb # # Long weekday names # -Domingo -Segunda Feira -Terça Feira -Quarta Feira -Quinta Feira -Sexta Feira -Sábado +domingo +segunda-feira +terça-feira +quarta-feira +quinta-feira +sexta-feira +sábado # # X_fmt # @@ -60,7 +60,7 @@ S # # x_fmt # -%d.%m.%Y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/pt_PT.UTF-8.src b/share/timedef/pt_PT.UTF-8.src index 3889f8e..51bdc97 100644 --- a/share/timedef/pt_PT.UTF-8.src +++ b/share/timedef/pt_PT.UTF-8.src @@ -36,23 +36,23 @@ Dezembro # # Short weekday names # -Dom -Seg -Ter -Qua -Qui -Sex -Sáb +dom +seg +ter +qua +qui +sex +sáb # # Long weekday names # -Domingo -Segunda Feira -Terça Feira -Quarta Feira -Quinta Feira -Sexta Feira -Sábado +domingo +segunda-feira +terça-feira +quarta-feira +quinta-feira +sexta-feira +sábado # # X_fmt # @@ -60,7 +60,7 @@ Sábado # # x_fmt # -%d.%m.%Y +%d/%m/%Y # # c_fmt # -- cgit v1.1