feat(i18n): add WPF localization primitives and Language config to installer

This commit is contained in:
mika kuns
2026-06-03 12:45:49 +02:00
parent 350a89f364
commit 2fbf054a57
4 changed files with 53 additions and 0 deletions

View File

@@ -46,6 +46,9 @@
<ItemGroup>
<ProjectReference Include="..\ClaudeDo.Data\ClaudeDo.Data.csproj" />
<ProjectReference Include="..\ClaudeDo.Releases\ClaudeDo.Releases.csproj" />
<ProjectReference Include="..\ClaudeDo.Localization\ClaudeDo.Localization.csproj" />
</ItemGroup>
<Import Project="..\ClaudeDo.Localization\Locales.targets" />
</Project>