Skip to content

Commit

Permalink
Merge pull request #600 from Humanizr/revert-569-features/NumToWordsEo
Browse files Browse the repository at this point in the history
Revert "Add Esperanto support to NumberToWords. Fixes #558"
  • Loading branch information
Oren Novotny committed Dec 2, 2016
2 parents 1f518aa + 8aba2af commit ea5c0b5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<Compile Include="$(MSBuildThisFileDirectory)Localisation\de\NumberToWordsTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Localisation\de\OrdinalizeTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Localisation\de\TimeSpanHumanizeTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Localisation\eo\NumberToWordTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Localisation\es\DateHumanizeTests.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Localisation\es\NumberToWordsFeminineTest.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Localisation\es\NumberToWordsTests.cs" />
Expand Down
100 changes: 0 additions & 100 deletions src/Humanizer.Tests.Shared/Localisation/eo/NumberToWordTests.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ public NumberToWordsConverterRegistry()
Register("en", new EnglishNumberToWordsConverter());
Register("ar", new ArabicNumberToWordsConverter());
Register("fa", new FarsiNumberToWordsConverter());
Register("eo", new EsperantoNumberToWordsConverter());
Register("es", new SpanishNumberToWordsConverter ());
Register("es", new SpanishNumberToWordsConverter());
Register("pl", (culture) => new PolishNumberToWordsConverter(culture));
Register("pt-BR", new BrazilianPortugueseNumberToWordsConverter());
Register("ro", new RomanianNumberToWordsConverter());
Expand Down
1 change: 0 additions & 1 deletion src/Humanizer/Humanizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<Compile Include="GrammaticalGender.cs" />
<Compile Include="Localisation\GrammaticalNumber\RussianGrammaticalNumber.cs" />
<Compile Include="Localisation\GrammaticalNumber\RussianGrammaticalNumberDetector.cs" />
<Compile Include="Localisation\NumberToWords\EsperantoNumberToWordsConverter.cs" />
<Compile Include="Localisation\NumberToWords\FrenchSwissNumberToWordsConverter.cs" />
<Compile Include="Localisation\NumberToWords\FrenchBelgianNumberToWordsConverter.cs" />
<Compile Include="Localisation\NumberToWords\FrenchNumberToWordsConverterBase.cs" />
Expand Down

This file was deleted.

0 comments on commit ea5c0b5

Please sign in to comment.