From owner-svn-src-head@FreeBSD.ORG Fri Jun 5 13:05:14 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82C21106564A; Fri, 5 Jun 2009 13:05:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5683D8FC1B; Fri, 5 Jun 2009 13:05:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n55D5E8o026284; Fri, 5 Jun 2009 13:05:14 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n55D5Eu8026282; Fri, 5 Jun 2009 13:05:14 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200906051305.n55D5Eu8026282@svn.freebsd.org> From: Edwin Groothuis Date: Fri, 5 Jun 2009 13:05:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193498 - head/share/timedef X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 13:05:14 -0000 Author: edwin Date: Fri Jun 5 13:05:14 2009 New Revision: 193498 URL: http://svn.freebsd.org/changeset/base/193498 Log: [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 Modified: head/share/timedef/pt_PT.ISO8859-1.src head/share/timedef/pt_PT.UTF-8.src Modified: head/share/timedef/pt_PT.ISO8859-1.src ============================================================================== --- head/share/timedef/pt_PT.ISO8859-1.src Fri Jun 5 12:49:54 2009 (r193497) +++ head/share/timedef/pt_PT.ISO8859-1.src Fri Jun 5 13:05:14 2009 (r193498) @@ -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 # Modified: head/share/timedef/pt_PT.UTF-8.src ============================================================================== --- head/share/timedef/pt_PT.UTF-8.src Fri Jun 5 12:49:54 2009 (r193497) +++ head/share/timedef/pt_PT.UTF-8.src Fri Jun 5 13:05:14 2009 (r193498) @@ -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 #