From a2f8c62df658da3b2e98838702c5bba761d05c96 Mon Sep 17 00:00:00 2001 From: AbhijeetGaware <56472463+AbhijeetGaware@users.noreply.github.com> Date: Sat, 30 May 2020 23:12:22 +0530 Subject: [PATCH] Added Irish(ga_IE) locale --- src/locale/ga_IE.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/locale/ga_IE.js diff --git a/src/locale/ga_IE.js b/src/locale/ga_IE.js new file mode 100644 index 00000000..06ec39f5 --- /dev/null +++ b/src/locale/ga_IE.js @@ -0,0 +1,15 @@ +export default { + // Options.jsx + items_per_page: '/ leathanach', + jump_to: 'Téigh', + jump_to_confirm: 'dheimhnigh', + page: '', + + // Pagination.jsx + prev_page: 'Leathanach Roimhe Seo', + next_page: 'An chéad leathanach eile', + prev_5: '5 leathanach roimhe seo', + next_5: 'Ar Aghaidh 5 Leathanaigh', + prev_3: '3 leathanach roimhe seo', + next_3: 'Ar Aghaidh 3 Leathanaigh', +};