Skip to content

Commit

Permalink
Update PublicApiApprovalTest.approve_public_api.approved.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanoo committed Jun 23, 2021
1 parent f7dae52 commit 03560ba
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -657,6 +657,7 @@ namespace Humanizer
{
public static string ToOrdinalWords(this int number, System.Globalization.CultureInfo culture = null) { }
public static string ToOrdinalWords(this int number, Humanizer.GrammaticalGender gender, System.Globalization.CultureInfo culture = null) { }
public static string ToTuple(this int number, System.Globalization.CultureInfo culture = null) { }
public static string ToWords(this int number, System.Globalization.CultureInfo culture = null) { }
public static string ToWords(this int number, bool addAnd, System.Globalization.CultureInfo culture = null) { }
public static string ToWords(this int number, Humanizer.GrammaticalGender gender, System.Globalization.CultureInfo culture = null) { }
Expand Down Expand Up @@ -1921,6 +1922,7 @@ namespace Humanizer.Localisation.NumberToWords
string Convert(long number, Humanizer.GrammaticalGender gender, bool addAnd = True);
string ConvertToOrdinal(int number);
string ConvertToOrdinal(int number, Humanizer.GrammaticalGender gender);
string ConvertToTuple(int number);
}
}
namespace Humanizer.Localisation.Ordinalizers
Expand Down

0 comments on commit 03560ba

Please sign in to comment.