Skip to content

Commit

Permalink
Set Spain-Spanishas default spanish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbob committed Feb 8, 2018
1 parent 7d7785b commit 5c24120
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions Modules/Modules.csproj
Expand Up @@ -142,8 +142,8 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="AutoLogOut\ALOStrings.es-ES.Designer.cs">
<DependentUpon>ALOStrings.es-ES.resx</DependentUpon>
<Compile Include="AutoLogOut\ALOStrings.es.Designer.cs">
<DependentUpon>ALOStrings.es.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
Expand Down Expand Up @@ -217,8 +217,8 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="SnapinClient\SnapinStrings.es-ES.Designer.cs">
<DependentUpon>SnapinStrings.es-ES.resx</DependentUpon>
<Compile Include="SnapinClient\SnapinStrings.es.Designer.cs">
<DependentUpon>SnapinStrings.es.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
Expand Down Expand Up @@ -258,9 +258,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ALOStrings.eu.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="AutoLogOut\ALOStrings.es-ES.resx">
<EmbeddedResource Include="AutoLogOut\ALOStrings.es.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ALOStrings.es-ES.Designer.cs</LastGenOutput>
<LastGenOutput>ALOStrings.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="AutoLogOut\ALOStrings.nl.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down Expand Up @@ -294,9 +294,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>SnapinStrings.eu.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="SnapinClient\SnapinStrings.es-ES.resx">
<EmbeddedResource Include="SnapinClient\SnapinStrings.es.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>SnapinStrings.es-ES.Designer.cs</LastGenOutput>
<LastGenOutput>SnapinStrings.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="SnapinClient\SnapinStrings.nl.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions ShutdownGUI/ShutdownGUI.csproj
Expand Up @@ -168,8 +168,8 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Strings.es-ES.Designer.cs">
<DependentUpon>Strings.es-ES.resx</DependentUpon>
<Compile Include="Strings.es.Designer.cs">
<DependentUpon>Strings.es.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
Expand Down Expand Up @@ -231,9 +231,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.eu.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Strings.es-ES.resx">
<EmbeddedResource Include="Strings.es.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.es-ES.Designer.cs</LastGenOutput>
<LastGenOutput>Strings.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Strings.nl.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -68,7 +68,7 @@ $toZip = "EngineIoClientDotNet.dll", "FOGService.exe", "FOGService.exe.config",
"ProcessPrivileges.dll", "SuperSocket.Common.dll", "SuperSocket.SocketBase.dll", `
"SuperSocket.SocketEngine.dll", "SuperWebSocket.dll", "themes.xml", `
"WebSocket4Net.dll", "Zazzles.dll", "Quartz.dll", "Common.Logging.dll", `
"Common.Logging.Core.dll", "ICSharpCode.SharpZipLib.dll", "de", "fr", "nl", "no", "eu", "es-ES", "hu"
"Common.Logging.Core.dll", "ICSharpCode.SharpZipLib.dll", "de", "fr", "nl", "no", "eu", "es", "hu"
##################################################
# Initial Build
##################################################
Expand Down

0 comments on commit 5c24120

Please sign in to comment.