Skip to content

Commit a0e1a9d

Browse files
authored
Merge pull request #273 from AbhijeetGaware/abhiAddNewLanguage
Added Irish(ga_IE) locale
2 parents 340c07d + a2f8c62 commit a0e1a9d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/ga_IE.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export default {
2+
// Options.jsx
3+
items_per_page: '/ leathanach',
4+
jump_to: 'Téigh',
5+
jump_to_confirm: 'dheimhnigh',
6+
page: '',
7+
8+
// Pagination.jsx
9+
prev_page: 'Leathanach Roimhe Seo',
10+
next_page: 'An chéad leathanach eile',
11+
prev_5: '5 leathanach roimhe seo',
12+
next_5: 'Ar Aghaidh 5 Leathanaigh',
13+
prev_3: '3 leathanach roimhe seo',
14+
next_3: 'Ar Aghaidh 3 Leathanaigh',
15+
};

0 commit comments

Comments
 (0)