File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 'fil_PH' ,
7+ today : 'Ngayon' ,
8+ now : 'Ngayon' ,
9+ backToToday : 'Bumalik sa ngayon' ,
10+ ok : 'OK' ,
11+ clear : 'Burahin' ,
12+ week : 'Linggo' ,
13+ month : 'Buwan' ,
14+ year : 'Taon' ,
15+ timeSelect : 'Pumili ng oras' ,
16+ dateSelect : 'Pumili ng petsa' ,
17+ weekSelect : 'Pumili ng linggo' ,
18+ monthSelect : 'Pumili ng buwan' ,
19+ yearSelect : 'Pumili ng taon' ,
20+ decadeSelect : 'Pumili ng dekada' ,
21+
22+ previousMonth : 'Nakaraang buwan (PageUp)' ,
23+ nextMonth : 'Susunod na buwan (PageDown)' ,
24+ previousYear : 'Nakaraang taon (Control + Left)' ,
25+ nextYear : 'Susunod na taon (Control + Right)' ,
26+ previousDecade : 'Nakaraang dekada' ,
27+ nextDecade : 'Susunod na dekada' ,
28+ previousCentury : 'Nakaraang siglo' ,
29+ nextCentury : 'Susunod na siglo' ,
30+ } ;
31+
32+ export default locale ;
You can’t perform that action at this time.
0 commit comments