Skip to content

Commit

Permalink
Singapore Chinese (Simplified) test
Browse files Browse the repository at this point in the history
  • Loading branch information
happtim authored and JeremySkinner committed Sep 3, 2023
1 parent be4393a commit f56d91e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/FluentValidation.Tests/LanguageManagerTests.cs
Expand Up @@ -53,6 +53,11 @@ public class LanguageManagerTests {
var msg = _languages.GetString("NotNullValidator");
msg.ShouldEqual("'{PropertyName}' 不能为Null。");
}

using (new CultureScope("zh-SG")) {
var msg = _languages.GetString("NotNullValidator");
msg.ShouldEqual("'{PropertyName}' 不能为Null。");
}
}

[Fact]
Expand Down

0 comments on commit f56d91e

Please sign in to comment.