We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104929 commit 6579d70Copy full SHA for 6579d70
2 files changed
.changeset/wicked-ghosts-explode.md
@@ -0,0 +1,5 @@
1
+---
2
+"@lingo.dev/_spec": patch
3
4
+
5
+add el-CY en-IE fr-LU locales
packages/spec/src/locales.ts
@@ -24,8 +24,11 @@ const localeMap = {
24
he: ["he-IL"],
25
// Estonian (Estonia)
26
et: ["et-EE"],
27
- // Greek (Greece)
28
- el: ["el-GR"],
+ // Greek
+ el: [
29
+ "el-GR", // Greece
30
+ "el-CY", // Cyprus
31
+ ],
32
// Danish (Denmark)
33
da: ["da-DK"],
34
// Azerbaijani (Azerbaijan)
@@ -41,6 +44,7 @@ const localeMap = {
41
44
"en-AU", // Australia
42
45
"en-CA", // Canada
43
46
"en-SG", // Singapore
47
+ "en-IE", // Ireland
48
],
49
// Spanish
50
es: [
@@ -54,6 +58,7 @@ const localeMap = {
54
58
"fr-FR", // France
55
59
"fr-CA", // Canada
56
60
"fr-BE", // Belgium
61
+ "fr-LU", // Luxembourg
57
62
63
// Catalan (Spain)
64
ca: ["ca-ES"],
0 commit comments