Skip to content

Commit ae53f31

Browse files
feat(localizations): Introduce es-UY localization (clerk#5165)
Co-authored-by: panteliselef <panteliselef@outlook.com>
1 parent 79169b1 commit ae53f31

File tree

4 files changed

+946
-1
lines changed

4 files changed

+946
-1
lines changed

.changeset/grumpy-pandas-bathe.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/localizations": minor
3+
---
4+
5+
feat(localizations): Introduce `es-UY` localization

packages/localizations/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"th-TH",
9292
"hu-HU",
9393
"sr-RS",
94-
"hr-HR"
94+
"hr-HR",
95+
"es-UY"
9596
],
9697
"scripts": {
9798
"build": "tsup --env.NODE_ENV production",

0 commit comments

Comments
 (0)