Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 10:57:34 +0200 (CEST)
From:      jose@we.lc.ehu.es (Jose M. Alcaide)
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/7211: [patch] cosmetic changes to Spanish LC_TIME strings
Message-ID:  <199807080857.KAA17654@defiant.we.lc.ehu.es>

next in thread | raw e-mail | index | archive | help

>Number:         7211
>Category:       misc
>Synopsis:       [patch] cosmetic changes to Spanish LC_TIME strings
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul  8 03:40:07 PDT 1998
>Last-Modified:
>Originator:     Jose M. Alcaide
>Organization:
Universidad del Pais Vasco - Dept. de Electronica
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

FreeBSD defiant.we.lc.ehu.es 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Wed Jun 17 12:24:27 CEST 1998     jose@defiant.we.lc.ehu.es:/usr/src/sys/compile/DEFIANT  i386


>Description:

The file share/timedef/data/es_ES.ISO_8859-1.src (which I submitted
some months ago and was incorporated to FreeBSD) has capitalized
weekdays names, but this is not correct according to the rules of the
Spanish language.

Also, the patch applies a small change to the "date_fmt" string, adding
a comma between the year and the hour.


>How-To-Repeat:

LANG=es_ES.ISO_8859-1; export LANG
date


>Fix:

Apply the following patch from /usr/src:

--------------------- BEGIN --------------------------
*** share/timedef/data/es_ES.ISO_8859-1.src     Sat Jan 24 14:11:39 1998
--- share/timedef/data/es_ES.ISO_8859-1.src~    Wed Jul  8 10:16:42 1998
***************
*** 35,57 ****
  #
  # Short weekdays names
  #
! Dom
! Lun
! Mar
! Mié
! Jue
! Vie
! Sáb
  #
  # Long weekdays names
  #
! Domingo
! Lunes
! Martes
! Miércoles
! Jueves
! Viernes
! Sábado
  #
  # X_fmt
  #
--- 35,57 ----
  #
  # Short weekdays names
  #
! dom
! lun
! mar
! mié
! jue
! vie
! sáb
  #
  # Long weekdays names
  #
! domingo
! lunes
! martes
! miércoles
! jueves
! viernes
! sábado
  #
  # X_fmt
  #
***************
*** 75,78 ****
  #
  # date_fmt
  #
! %A, %e de %B de %Y %X %Z
--- 75,78 ----
  #
  # date_fmt
  #
! %A, %e de %B de %Y, %X %Z
---------------------------- END OF PATCH ---------------------------
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807080857.KAA17654>