Bug 27290

Summary: Slovak(sk) locale was not present
Product: Base System Reporter: juraj <juraj>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description juraj 2001-05-12 23:20:01 UTC
	The Slovak(sk) locale was not present. This patch fixes it.

Fix: 

The locale is the same as cs_CZ locale, with one exception: the timedef
	file. The source for correct Slovak(sk) timedef can be found here (if you got
	it corrupted, get it from the URL in the header). It's essential, that 8th-bit
	is not stripped down:


# Slovak month and day names
# by Juraj Bednar <juraj@bednar.sk>
# http://juraj.bednar.sk/work/software/i18n/sk_SK.ISO_8859-2.src.timedef
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short months names
#
jan
feb
mar
apr
máj
jún
júl
aug
sep
okt
nov
dec
#
# Long months names
#
január
február
marec
apríl
máj
jún
júl
august
september
október
november
december
#
# Short weekdays names
#
ne 
po 
ut 
st 
¹t 
pi 
so 
#
# Long weekdays names
#
nedeµa
pondelok
utorok
streda
¹tvrtok
piatok
sobota
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%d.%m.%y
#
# c_fmt
#
%a %e %b %X %Y
#
# am
#
ráno
#
# pm
#
poobede
#
# date_fmt
#
%a %e. %B %Y %X %Z
#
# Long month names in alternative form
#
január
február
marec
apríl
máj
jún
júl
august
september
október
november
december
#
# Ef_fmt
#
%e %b
#
# EF_fmt
#
%e. %B
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 2001-05-13 17:28:48 UTC
State Changed
From-To: open->analyzed

commited into -current
Comment 2 Alexey Zelkin freebsd_committer freebsd_triage 2002-01-09 11:54:23 UTC
State Changed
From-To: analyzed->closed

Duplicate of misc/25354