Skip to content

Commit

Permalink
Revert to original part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-i committed May 19, 2015
1 parent 3c5caba commit 8e2a46c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,082 deletions.
9 changes: 0 additions & 9 deletions src/Humanizer/Humanizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@
<Compile Include="Localisation\Ordinalizers\ItalianOrdinalizer.cs" />
<Compile Include="Localisation\Tense.cs" />
<Compile Include="Localisation\NumberToWords\SpanishNumberToWordsConverter.cs" />
<Compile Include="Properties\Resources.ua1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.ua.resx</DependentUpon>
</Compile>
<Compile Include="RegexOptionsUtil.cs" />
<Compile Include="TimeSpanHumanizeExtensions.cs" />
<Compile Include="FluentDate\In.SomeTimeFrom.cs">
Expand Down Expand Up @@ -190,10 +185,6 @@
<None Include="Humanizer.snk" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.ua.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.ua1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.zh-Hant.resx" />
<EmbeddedResource Include="Properties\Resources.zh-Hans.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
Expand Down
2 changes: 1 addition & 1 deletion src/Humanizer/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<value>1 second</value>
</data>
<data name="TimeSpanHumanize_Zero" xml:space="preserve">
<value>just now</value>
<value>no time</value>
</data>
<data name="TimeSpanHumanize_MultipleWeeks" xml:space="preserve">
<value>{0} weeks</value>
Expand Down
2 changes: 1 addition & 1 deletion src/Humanizer/Properties/Resources.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<value>одна неделя</value>
</data>
<data name="TimeSpanHumanize_Zero" xml:space="preserve">
<value>только что</value>
<value>нет времени</value>
</data>
<data name="DateHumanize_MultipleDaysFromNow" xml:space="preserve">
<value>через {0} дней</value>
Expand Down
Loading

0 comments on commit 8e2a46c

Please sign in to comment.