Skip to content

Commit

Permalink
new UK culture, fixed RU and FR cultures
Browse files Browse the repository at this point in the history
  • Loading branch information
LazZiya committed Oct 5, 2019
1 parent 4c54c2a commit 861010e
Show file tree
Hide file tree
Showing 6 changed files with 1,256 additions and 164 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<comment>DataAnnotations: CompareAttribute_UnknownProperty</comment>
</data>
<data name="Date" xml:space="preserve">
<value>Rendez-vous amoureux</value>
<value>Date</value>
<comment>DataAnnotations: Custom value</comment>
</data>
<data name="Either ErrorMessageString or ErrorMessageResourceName must be set, but not both." xml:space="preserve">
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ExpressLocalizationSampleProject/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public void ConfigureServices(IServiceCollection services)
new CultureInfo("ru"),
new CultureInfo("sv"),
new CultureInfo("tr"),
new CultureInfo("uk"),
new CultureInfo("vi"),
new CultureInfo("zh"),

Expand Down

0 comments on commit 861010e

Please sign in to comment.