Skip to content

Commit

Permalink
Merge pull request #905 from anakic/master
Browse files Browse the repository at this point in the history
Update SerbianNumberToWordsConverter.cs
  • Loading branch information
clairernovotny authored Apr 1, 2020
2 parents 847377f + c1837e3 commit 80ff3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Humanizer.Localisation.NumberToWords
{
internal class SerbianNumberToWordsConverter : GenderlessNumberToWordsConverter
{
private static readonly string[] UnitsMap = { "nula", "jedan", "dva", "tri", "četiri", "pet", "šest", "sedam", "osam", "devet", "deset", "jedanaest", "dvanaest", "trinaest", "četrnaestt", "petnaest", "šestnaest", "sedemnaest", "osemnaest", "devetnaest" };
private static readonly string[] UnitsMap = { "nula", "jedan", "dva", "tri", "četiri", "pet", "šest", "sedam", "osam", "devet", "deset", "jedanaest", "dvanaest", "trinaest", "četrnaest", "petnaest", "šestnaest", "sedemnaest", "osemnaest", "devetnaest" };
private static readonly string[] TensMap = { "nula", "deset", "dvadeset", "trideset", "četrdeset", "petdeset", "šestdeset", "sedamdeset", "osamdeset", "devetdeset" };

private readonly CultureInfo _culture;
Expand Down

0 comments on commit 80ff3e1

Please sign in to comment.