Skip to content

Commit 1b4cb52

Browse files
authoredJan 9, 2025··
Add reference to nuget language packages for JsonSchema
1 parent bc3a2e4 commit 1b4cb52

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed
 

‎_docs/schema/basics.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -701,16 +701,20 @@ var options = new EvaluationOptions
701701
}
702702
```
703703

704+
> For languages to become available, you need to add extra dependencies on the specific nuget packages.
705+
{: .prompt-info }
706+
704707
Currently available translations are:
705708

706-
| Language | Culture Code |
707-
|:-|:-:|
708-
|Italian|`it`|
709-
|Norwegian|`nb-NO`|
710-
|Polish|`pl-PL`|
711-
|Russian|`ru`|
712-
|Spanish|`es`|
713-
|Swedish|`sv-SE`|
714-
|Turkish|`tr-TR`|
709+
| Language | Culture Code | Nuget package |
710+
|:-|:-:|:-:|
711+
|Italian|`it`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.it) |
712+
|Norwegian|`nb-NO`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.nb-NO) |
713+
|Polish|`pl-PL`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.pl-PL) |
714+
|Russian|`ru`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.ru) |
715+
|Spanish|`es`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.es) |
716+
|German|`de`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.de) |
717+
|Swedish|`sv-SE`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.sv-SE) |
718+
|Turkish|`tr-TR`| ![NuGet Version](https://img.shields.io/nuget/v/JsonSchema.Net.tr-TR) |
715719
716720
PRs are welcome to help create additional translations.

0 commit comments

Comments
 (0)
Please sign in to comment.