Skip to content

Commit

Permalink
build: change default language from 'en-US' to 'en'
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed May 27, 2023
1 parent 5f7f425 commit 52d3fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HXE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<ToolCommandName>hxe</ToolCommandName>
<UseWPF>true</UseWPF>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit 52d3fd6

Please sign in to comment.