Skip to content

Commit

Permalink
add ga_IE locale (#714)
Browse files Browse the repository at this point in the history
* add ga_IE locale

* singlequote

* fix Trailing spaces not allowed
  • Loading branch information
yoyo837 authored Jun 6, 2020
1 parent d0bcd89 commit 46a4444
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions src/locale/ga_IE.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
export default {
today: 'inniu',
now: 'anois',
backToToday: 'Ar ais inniu',
ok: 'ceart go leor',
clear: 'soiléir',
month: 'mhí',
year: 'bhliain',
timeSelect: 'roghnaigh am',
dateSelect: 'roghnaigh dáta',
weekSelect: 'Roghnaigh seachtain',
monthSelect: 'Roghnaigh mí',
yearSelect: 'Roghnaigh bliain',
decadeSelect: 'Roghnaigh deich mbliana',
yearFormat: 'YYYY',
dateFormat: 'D/M/YYYY',
dayFormat: 'D',
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'An mhí roimhe seo (PageUp)',
nextMonth: 'An mhí seo chugainn (PageDown)',
previousYear: 'Anuraidh (Control + left)',
nextYear: 'An bhliain seo chugainn (Control + right)',
previousDecade: 'Le deich mbliana anuas',
nextDecade: 'Deich mbliana amach romhainn',
previousCentury: 'An chéid seo caite',
nextCentury: 'An chéad aois eile',
};
2 changes: 1 addition & 1 deletion tests/Calendar.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('Calendar', () => {
).toBe('3/8/2017 06:00:00');
});
it('timePicker date have no changes when hover', () => {
const timePicker = <TimePickerPanel defaultValue={moment('00:00:00', 'HH:mm:ss')} />;
const timePicker = <TimePickerPanel defaultValue={moment('00:00:00', 'HH:mm:ss')} />;
const wrapper = mount(
<Calendar defaultSelectedValue={moment('01:01:01', 'HH:mm:ss')} timePicker={timePicker} />,
);
Expand Down

0 comments on commit 46a4444

Please sign in to comment.