Skip to content

Commit ae6aeba

Browse files
clanstyclaude
andcommitted
修 Locale.zh-hant.resx 区域名大小写为规范的 zh-Hant
小写区域名在大小写敏感的 Linux 上:(1) 运行时找不到规范大小写的卫星目录使 繁中本地化失效;(2) 与 System.CommandLine 的 zh-Hant 卫星目录冲突致 publish 失败。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 47834d4 commit ae6aeba

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

MuConvert.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<DependentUpon>Locale.resx</DependentUpon>
2222
<WithCulture>true</WithCulture>
2323
</EmbeddedResource>
24-
<EmbeddedResource Update="i18n\Locale.zh-hant.resx">
24+
<EmbeddedResource Update="i18n\Locale.zh-Hant.resx">
2525
<DependentUpon>Locale.resx</DependentUpon>
2626
<WithCulture>true</WithCulture>
2727
</EmbeddedResource>

0 commit comments

Comments
 (0)