Skip to content

Commit 95023f2

Browse files
authored
feat: add new locale (#553)
1 parent 4c4399d commit 95023f2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/warm-onions-thank.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@lingo.dev/_spec": patch
3+
"lingo.dev": patch
4+
"@lingo.dev/_sdk": patch
5+
---
6+
7+
Add new locales

packages/spec/src/locales.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ const localeMap = {
170170
],
171171
// Irish (Ireland)
172172
ga: ["ga-IE"],
173+
// Galician (Spain)
174+
gl: ["gl-ES"],
173175
// Maltese (Malta)
174176
mt: ["mt-MT"],
175177
// Slovenian (Slovenia)

0 commit comments

Comments
 (0)