Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add Czech resource file to project
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewSachin committed Oct 29, 2017
1 parent 0926ddf commit 8247412
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Languages
Resources.ar.resx @mohi-othman
Resources.cs.resx @nofutur3
Resources.da.resx @Martin4ndersen
Resources.de.resx @flxn
Resources.es.resx @KNTRO @Jhovany200
Expand Down
10 changes: 10 additions & 0 deletions src/Captura.Core/Captura.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
<Compile Include="Models\MouseKeyHook\KeyRecords.cs" />
<Compile Include="Models\MouseKeyHook\RepeatKeyRecord.cs" />
<Compile Include="Models\WebcamOverlay.cs" />
<Compile Include="Properties\Resources.cs.Designer.cs">
<DependentUpon>Resources.cs.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Properties\Resources.tr.Designer.cs">
<DependentUpon>Resources.tr.resx</DependentUpon>
<AutoGen>True</AutoGen>
Expand Down Expand Up @@ -268,6 +273,11 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.cs.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.cs.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.tr.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.tr.Designer.cs</LastGenOutput>
Expand Down
Empty file.

0 comments on commit 8247412

Please sign in to comment.