Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit dc500a9

Browse files
committed
changing chinese name
1 parent 242a8ec commit dc500a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/Jp.UI.SSO/Configuration/LocalizationConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public static void AddMvcLocalization(this IServiceCollection services)
1919
{
2020
new CultureInfo("pt-BR"),
2121
new CultureInfo("en"),
22-
new CultureInfo("zh-tw"),
23-
new CultureInfo("zh-cn"),
22+
new CultureInfo("zh-TW"),
23+
new CultureInfo("zh-CN"),
2424
new CultureInfo("es"),
2525
new CultureInfo("nl"),
2626
new CultureInfo("fr"),

0 commit comments

Comments
 (0)