File tree 1 file changed +13
-9
lines changed
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -701,16 +701,20 @@ var options = new EvaluationOptions
701
701
}
702
702
```
703
703
704
+ > For languages to become available , you need to add extra dependencies on the specific nuget packages .
705
+ {: .prompt - info }
706
+
704
707
Currently available translations are :
705
708
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) |
715
719
716
720
PRs are welcome to help create additional translations .
You can’t perform that action at this time.
0 commit comments