Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
67 stars 46 forks source link

[fi] Fix ordinal zero #76

Open tjhietala opened 3 years ago

tjhietala commented 3 years ago

The ordinal form of zero in Finnish is currently "nolla", while it should be "nollas". It also does not show up in the examples on numbertext.org or the IDE.

laszlonemeth commented 3 years ago

Dear Tuomas Hietala,

The word form is fixed in the module, which works with the C++ library well:

src/spellout -l fi -p ordinal 0 nollas

I am going to check the JavaScript library, too.

Thanks for reporting the problem!

Best regards, László