Skip to content

Commit

Permalink
7.2: Language fr
Browse files Browse the repository at this point in the history
  • Loading branch information
pt-icg committed Aug 26, 2020
1 parent bec86d6 commit fadad45
Show file tree
Hide file tree
Showing 10 changed files with 929 additions and 637 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.7.1</Version>
<Version>0.7.2</Version>
<Authors>pt</Authors>
<Company>IcgSoftware</Company>
<Description>Human readable extension for https://github.com/rianjs/ical.net</Description>
Expand All @@ -19,15 +19,20 @@

<ItemGroup>
<Compile Update="Language.Designer.cs">
<DependentUpon>Language.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Language.resx</DependentUpon>
</Compile>
<Compile Update="Language.de.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Language.de.resx</DependentUpon>
</Compile>
<Compile Update="Language.fr.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Language.fr.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
Expand All @@ -39,6 +44,10 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Language.de.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Language.fr.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Language.fr.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>
Loading

0 comments on commit fadad45

Please sign in to comment.