File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ import { commonLocale } from './common' ;
2+ import type { Locale } from '../interface' ;
3+
4+ const locale : Locale = {
5+ ...commonLocale ,
6+ locale : 'te_IN' ,
7+ today :'నేడు' ,
8+ now :'ఇప్పుడు' ,
9+ backToToday :'తిరిగి నేటికి' ,
10+ ok :'సరే' ,
11+ clear :'స్పష్టమైన' ,
12+ week :'వారం' ,
13+ month :'నెల' ,
14+ year :'సంవత్సరం' ,
15+ timeSelect :'సమయం ఎంపిక' ,
16+ dateSelect :'తేదీ ఎంపిక' ,
17+ weekSelect :'వారం ఎంపిక' ,
18+ monthSelect :'నెల ఎంపిక' ,
19+ yearSelect :'సంవత్సరం ఎంపిక' ,
20+ decadeSelect :'దశాబ్దం ఎంపిక' ,
21+
22+ previousMonth :'మునుపటి నెల' ,
23+ nextMonth :'వచ్చే నెల' ,
24+ previousYear :'మునుపటి సంవత్సరం' ,
25+ nextYear :'తదుపరి సంవత్సరం' ,
26+ previousDecade :'మునుపటి దశాబ్దం' ,
27+ nextDecade :'తదుపరి దశాబ్దం' ,
28+ previousCentury :'మునుపటి శతాబ్దం' ,
29+ nextCentury :'తదుపరి శతాబ్దం' ,
30+ } ;
31+ export default locale ;
You can’t perform that action at this time.
0 commit comments