You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
// Kazakh [kk]
import dayjs from '../index' ;
var locale = {
name : 'kk' ,
weekdays : 'же кс е нб і _дү йс е нб і _с е йс е нб і _с әр с е нб і _б е йс е нб і _жұма _с е нб і ' . split ( '_' ) ,
weekdaysShort : 'же к_дү й_с е й_с әр _б е й_жұм_с е н' . split ( '_' ) ,
weekdaysMin : 'жк_дй_с й_с р _б й_жм_с н' . split ( '_' ) ,
months : 'қа ңта р _а қпа н_на у р ыз_с әу і р _ма мыр _ма у с ым_ші лде _та мыз_қыр кү йе к_қа за н_қа р а ша _же лто қс а н' . split ( '_' ) ,
monthsShort : 'қа ң_а қп_на у _с әу _ма м_ма у _ші л_та м_қыр _қа з_қа р _же л' . split ( '_' ) ,
weekStart : 1 ,
relativeTime : {
future : '%s ішінде' ,
past : '%s бұрын' ,
s : 'бірнеше секунд' ,
m : 'б і р минут' ,
mm : '%d минут' ,
h : 'б і р сағат' ,
hh : '%d сағат' ,
d : 'б і р күн' ,
dd : '%d күн' ,
M : 'б і р ай' ,
MM : '%d ай' ,
y : 'б і р жыл' ,
yy : '%d жыл'
} ,
ordinal : function ordinal ( n ) {
return n ;
} ,
formats : {
LT : 'HH:mm' ,
LTS : 'HH:mm:ss' ,
L : 'DD.MM.YYYY' ,
LL : 'D MMMM YYYY' ,
LLL : 'D MMMM YYYY HH:mm' ,
LLLL : 'dddd, D MMMM YYYY HH:mm'
}
} ;
dayjs . locale ( locale , null , true ) ;
export default locale ;