Skip to content

Commit 227fe70

Browse files
committed
feat: add ga locale to i18n config
1 parent c0cc10e commit 227fe70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

i18n.config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@
135135
"langDir": "ltr",
136136
"dateFormat": "DD/MM/YYYY"
137137
},
138+
{
139+
"code": "ga",
140+
"crowdinCode": "ga-IE",
141+
"name": "Irish",
142+
"localName": "Gaeilge",
143+
"langDir": "ltr",
144+
"dateFormat": "DD/MM/YYYY"
145+
},
138146
{
139147
"code": "gl",
140148
"crowdinCode": "gl",

0 commit comments

Comments
 (0)