Skip to content

Commit 6579d70

Browse files
authored
feat: add el-CY en-IE fr-LU locales (#1171)
* feat: add el-CY en-IE fr-LU locales * chore: add changeset
1 parent 7104929 commit 6579d70

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ const localeMap = {
2424
he: ["he-IL"],
2525
// Estonian (Estonia)
2626
et: ["et-EE"],
27-
// Greek (Greece)
28-
el: ["el-GR"],
27+
// Greek
28+
el: [
29+
"el-GR", // Greece
30+
"el-CY", // Cyprus
31+
],
2932
// Danish (Denmark)
3033
da: ["da-DK"],
3134
// Azerbaijani (Azerbaijan)
@@ -41,6 +44,7 @@ const localeMap = {
4144
"en-AU", // Australia
4245
"en-CA", // Canada
4346
"en-SG", // Singapore
47+
"en-IE", // Ireland
4448
],
4549
// Spanish
4650
es: [
@@ -54,6 +58,7 @@ const localeMap = {
5458
"fr-FR", // France
5559
"fr-CA", // Canada
5660
"fr-BE", // Belgium
61+
"fr-LU", // Luxembourg
5762
],
5863
// Catalan (Spain)
5964
ca: ["ca-ES"],

0 commit comments

Comments
 (0)