Skip to content

Commit 42ee0cf

Browse files
committed
fix: i18n consistency
1 parent 5b34b68 commit 42ee0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GZCTF/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
string[] supportedCultures = ["en-US", "zh-CN", "ja-JP"];
3434

35-
options.SetDefaultCulture(supportedCultures[0])
35+
options
3636
.AddSupportedCultures(supportedCultures)
3737
.AddSupportedUICultures(supportedCultures);
3838

0 commit comments

Comments
 (0)