Skip to content

Commit 2cc6114

Browse files
committed
feat: add welsh language support
1 parent f35a1a7 commit 2cc6114

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/twelve-readers-beg.md

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 Welsh language support

packages/spec/src/locales.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ const localeMap = {
111111
bg: ["bg-BG"],
112112
// Czech (Czech Republic)
113113
cs: ["cs-CZ"],
114+
// Welsh (Wales)
115+
cy: ["cy-GB"],
114116
// Dutch
115117
nl: [
116118
"nl-NL", // Netherlands

0 commit comments

Comments
 (0)