Skip to content

Commit

Permalink
Merge pull request #886 from ivan-mihalic/add-czech-lang
Browse files Browse the repository at this point in the history
Add czech lang
  • Loading branch information
fabian-hiller authored Nov 4, 2024
2 parents 4d918a5 + 8395edf commit 7708468
Show file tree
Hide file tree
Showing 9 changed files with 800 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/i18n/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ index.d.ts
index.d.cts
ar
ca
cs
de
es
fa
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to the library will be documented in this file.

- Add new and missing actions to translations
- Add Farsi (fa) translations (pull request #838)
- Add Czech (cs) translations (pull request #886)
- Change Valibot peer dependency to v1.0.0

## v0.17.0 (July 26, 2024)
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The official i18n translations for Valibot. See the [internationalization guide]
| Catalan (ca) | [#652][pr-527-url] ||
| Chinese (zh-CN) | [#419][pr-419-url] ||
| Chinese (zh-TW) | [#427][pr-427-url] ||
| Czech (cs) | [#886][pr-886-url] ||
| Dutch (nl) | [#438][pr-438-url] ||
| English (en) | [#397][pr-397-url] ||
| Farsi (fa) | [#838][pr-838-url] ||
Expand Down Expand Up @@ -54,6 +55,7 @@ The official i18n translations for Valibot. See the [internationalization guide]
[pr-652-url]: https://github.com/fabian-hiller/valibot/pull/652
[pr-683-url]: https://github.com/fabian-hiller/valibot/pull/683
[pr-838-url]: https://github.com/fabian-hiller/valibot/pull/838
[pr-886-url]: https://github.com/fabian-hiller/valibot/pull/886

## Getting started

Expand Down
66 changes: 66 additions & 0 deletions packages/i18n/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"!index.ts",
"!ar",
"!ca",
"!cs",
"!de",
"!es",
"!fa",
Expand Down Expand Up @@ -161,6 +162,71 @@
"./ca/url": "./ca/url.ts",
"./ca/uuid": "./ca/uuid.ts",
"./ca/value": "./ca/value.ts",
"./cs": "./cs/index.ts",
"./cs/schema": "./cs/schema.ts",
"./cs/base64": "./cs/base64.ts",
"./cs/bic": "./cs/bic.ts",
"./cs/bytes": "./cs/bytes.ts",
"./cs/check": "./cs/check.ts",
"./cs/checkAsync": "./cs/checkAsync.ts",
"./cs/checkItems": "./cs/checkItems.ts",
"./cs/creditCard": "./cs/creditCard.ts",
"./cs/cuid2": "./cs/cuid2.ts",
"./cs/decimal": "./cs/decimal.ts",
"./cs/digits": "./cs/digits.ts",
"./cs/email": "./cs/email.ts",
"./cs/emoji": "./cs/emoji.ts",
"./cs/empty": "./cs/empty.ts",
"./cs/endsWith": "./cs/endsWith.ts",
"./cs/everyItem": "./cs/everyItem.ts",
"./cs/excludes": "./cs/excludes.ts",
"./cs/finite": "./cs/finite.ts",
"./cs/hash": "./cs/hash.ts",
"./cs/hexColor": "./cs/hexColor.ts",
"./cs/hexadecimal": "./cs/hexadecimal.ts",
"./cs/imei": "./cs/imei.ts",
"./cs/includes": "./cs/includes.ts",
"./cs/integer": "./cs/integer.ts",
"./cs/ip": "./cs/ip.ts",
"./cs/ipv4": "./cs/ipv4.ts",
"./cs/ipv6": "./cs/ipv6.ts",
"./cs/isoDate": "./cs/isoDate.ts",
"./cs/isoDateTime": "./cs/isoDateTime.ts",
"./cs/isoTime": "./cs/isoTime.ts",
"./cs/isoTimeSecond": "./cs/isoTimeSecond.ts",
"./cs/isoTimestamp": "./cs/isoTimestamp.ts",
"./cs/isoWeek": "./cs/isoWeek.ts",
"./cs/length": "./cs/length.ts",
"./cs/mac": "./cs/mac.ts",
"./cs/mac48": "./cs/mac48.ts",
"./cs/mac64": "./cs/mac64.ts",
"./cs/maxBytes": "./cs/maxBytes.ts",
"./cs/maxLength": "./cs/maxLength.ts",
"./cs/maxSize": "./cs/maxSize.ts",
"./cs/maxValue": "./cs/maxValue.ts",
"./cs/mimeType": "./cs/mimeType.ts",
"./cs/minBytes": "./cs/minBytes.ts",
"./cs/minLength": "./cs/minLength.ts",
"./cs/minSize": "./cs/minSize.ts",
"./cs/minValue": "./cs/minValue.ts",
"./cs/multipleOf": "./cs/multipleOf.ts",
"./cs/nanoid": "./cs/nanoid.ts",
"./cs/nonEmpty": "./cs/nonEmpty.ts",
"./cs/notBytes": "./cs/notBytes.ts",
"./cs/notLength": "./cs/notLength.ts",
"./cs/notSize": "./cs/notSize.ts",
"./cs/notValue": "./cs/notValue.ts",
"./cs/octal": "./cs/octal.ts",
"./cs/partialCheck": "./cs/partialCheck.ts",
"./cs/regex": "./cs/regex.ts",
"./cs/safeInteger": "./cs/safeInteger.ts",
"./cs/size": "./cs/size.ts",
"./cs/someItem": "./cs/someItem.ts",
"./cs/startsWith": "./cs/startsWith.ts",
"./cs/ulid": "./cs/ulid.ts",
"./cs/url": "./cs/url.ts",
"./cs/uuid": "./cs/uuid.ts",
"./cs/value": "./cs/value.ts",
"./de": "./de/index.ts",
"./de/schema": "./de/schema.ts",
"./de/base64": "./de/base64.ts",
Expand Down
Loading

0 comments on commit 7708468

Please sign in to comment.