Skip to content

Commit

Permalink
Remove all the localization resources except English.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladiStep committed Jan 25, 2024
1 parent 9ba5d85 commit 34eea41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UndertaleModCli/UndertaleModCli.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,6 +7,9 @@
<Nullable>disable</Nullable>
<RollForward>LatestMajor</RollForward>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NeutralLanguage>en</NeutralLanguage>
<ResourceLanguages>en</ResourceLanguages>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<!-- Suppress all missing XML comment warnings -->
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions UndertaleModLib/UndertaleModLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<Platforms>AnyCPU;x64</Platforms>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NeutralLanguage>en</NeutralLanguage>
<ResourceLanguages>en</ResourceLanguages>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<!-- Suppress all missing XML comment warnings -->
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions UndertaleModTool/UndertaleModTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<StartupObject>UndertaleModTool.Program</StartupObject>
<NeutralLanguage>en</NeutralLanguage>
<ResourceLanguages>en</ResourceLanguages>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<!-- Suppress all missing XML comment warnings -->
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions UndertaleModToolUpdater/UndertaleModToolUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NeutralLanguage>en</NeutralLanguage>
<ResourceLanguages>en</ResourceLanguages>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<!-- Supress all missing XML comment warnings -->
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit 34eea41

Please sign in to comment.