Skip to content

Commit acd5356

Browse files
feat(spec): add Icelandic locale support (#995)
* feat(spec): add Icelandic locale support - Add is (Icelandic) locale code with is-IS regional variant to localeMap - Create changeset documenting the minor version bump - Resolves #994 Co-Authored-By: Max Prilutskiy <[email protected]> * fix(changeset): change version bump from minor to patch - Address feedback from @maxprilutskiy - Adding new locale support is more appropriate as patch-level change Co-Authored-By: Max Prilutskiy <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <[email protected]>
1 parent a9f5330 commit acd5356

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/soft-seals-doubt.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 Icelandic (is) locale support with is-IS regional variant

packages/spec/src/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const localeMap = {
127127
pl: ["pl-PL"],
128128
// Indonesian (Indonesia)
129129
id: ["id-ID"],
130+
is: ["is-IS"],
130131
// Malay (Malaysia)
131132
ms: ["ms-MY"],
132133
// Finnish (Finland)

0 commit comments

Comments
 (0)