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.

PR:		7211
Submitted by:	Jose M. Alcaide <jose@we.lc.ehu.es>
This commit is contained in:
Poul-Henning Kamp 1998-07-09 06:30:30 +00:00
parent 06c534212f
commit febe7acd13
3 changed files with 48 additions and 48 deletions

View file

@ -1,4 +1,4 @@
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/02 11:44:29 helbig Exp $
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
@ -35,23 +35,23 @@ diciembre
#
# Short weekdays names
#
Dom
Lun
Mar
M
Jue
Vie
Sáb
dom
lun
mar
m
jue
vie
sáb
#
# Long weekdays names
#
Domingo
Lunes
Martes
Miércoles
Jueves
Viernes
Sábado
domingo
lunes
martes
miércoles
jueves
viernes
sábado
#
# X_fmt
#
@ -75,4 +75,4 @@ PM
#
# date_fmt
#
%A, %e de %B de %Y %X %Z
%A, %e de %B de %Y, %X %Z

View file

@ -1,4 +1,4 @@
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/02 11:44:29 helbig Exp $
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
@ -35,23 +35,23 @@ diciembre
#
# Short weekdays names
#
Dom
Lun
Mar
M
Jue
Vie
Sáb
dom
lun
mar
m
jue
vie
sáb
#
# Long weekdays names
#
Domingo
Lunes
Martes
Miércoles
Jueves
Viernes
Sábado
domingo
lunes
martes
miércoles
jueves
viernes
sábado
#
# X_fmt
#
@ -75,4 +75,4 @@ PM
#
# date_fmt
#
%A, %e de %B de %Y %X %Z
%A, %e de %B de %Y, %X %Z

View file

@ -1,4 +1,4 @@
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/01 17:30:21 jmas Exp $
# $Id: es_ES.ISO_8859-1.src,v 1.1 1998/01/02 11:44:29 helbig Exp $
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
@ -35,23 +35,23 @@ diciembre
#
# Short weekdays names
#
Dom
Lun
Mar
M
Jue
Vie
Sáb
dom
lun
mar
m
jue
vie
sáb
#
# Long weekdays names
#
Domingo
Lunes
Martes
Miércoles
Jueves
Viernes
Sábado
domingo
lunes
martes
miércoles
jueves
viernes
sábado
#
# X_fmt
#
@ -75,4 +75,4 @@ PM
#
# date_fmt
#
%A, %e de %B de %Y %X %Z
%A, %e de %B de %Y, %X %Z