We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4399d commit 95023f2Copy full SHA for 95023f2
.changeset/warm-onions-thank.md
@@ -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
@@ -170,6 +170,8 @@ const localeMap = {
170
],
171
// Irish (Ireland)
172
ga: ["ga-IE"],
173
+ // Galician (Spain)
174
+ gl: ["gl-ES"],
175
// Maltese (Malta)
176
mt: ["mt-MT"],
177
// Slovenian (Slovenia)
0 commit comments