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

The Java version can't handle "nn" language code, though it listed as supported one. #44

Closed IdamkinI closed 5 years ago

IdamkinI commented 5 years ago

Calling java -jar numbertext.jar -l nn 16 produces Missing language module: nn. It seems that .sor file for nn language code is stored as conditional in no.sor and Numbertext.java can't handle it.

laszlonemeth commented 5 years ago

Thanks for your patch!