mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Added Czech translation to project
This commit is contained in:
parent
2bc2e60faf
commit
2f367449ca
@ -367,6 +367,10 @@
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Translations\Strings.cs.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>Strings.resx</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Translations\Strings.es.resx">
|
||||
<SubType>Designer</SubType>
|
||||
<DependentUpon>Strings.resx</DependentUpon>
|
||||
@ -487,7 +491,7 @@
|
||||
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
|
||||
GOTO END
|
||||
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
|
||||
set langs=es it ja pt-BR ru
|
||||
set langs=cs es it ja pt-BR ru
|
||||
|
||||
for %25%25l in (%25langs%25) do (
|
||||
xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
|
||||
|
Loading…
Reference in New Issue
Block a user