Skip to content

Commit 492853c

Browse files
branqaBranka Slavkovic
andauthored
Added sr_Cyrl_RS locale for Serbian Cyrillic (#370)
Co-authored-by: Branka Slavkovic <[email protected]>
1 parent 35a1f1d commit 492853c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/locale/sr_Cyrl_RS.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
import type { Locale } from '../interface';
2+
3+
const locale: Locale = {
4+
locale: 'sr_Cyrl_RS',
5+
today: 'Данас',
6+
now: 'Сада',
7+
backToToday: 'Врати се на данас',
8+
ok: 'У реду',
9+
clear: 'Обриши',
10+
month: 'Месец',
11+
year: 'Година',
12+
timeSelect: 'Изабери време',
13+
dateSelect: 'Изабери датум',
14+
monthSelect: 'Изабери месец',
15+
yearSelect: 'Изабери годину',
16+
decadeSelect: 'Изабери деценију',
17+
yearFormat: 'YYYY',
18+
dateFormat: 'DD.MM.YYYY',
19+
dayFormat: 'D',
20+
dateTimeFormat: 'DD.MM.YYYY HH:mm:ss',
21+
monthBeforeYear: true,
22+
previousMonth: 'Претходни месец (PageUp)',
23+
nextMonth: 'Следећи месец (PageDown)',
24+
previousYear: 'Претходна година (Control + left)',
25+
nextYear: 'Следећа година (Control + right)',
26+
previousDecade: 'Претходна деценија',
27+
nextDecade: 'Следећа деценија',
28+
previousCentury: 'Претходни век',
29+
nextCentury: 'Следећи век',
30+
};
31+
32+
export default locale;

0 commit comments

Comments
 (0)