12

Addon for converting number digits into words with multi-language support.

Project Type
Existing open source project
Summary

Addon for converting number digits into words with multi-language support.

Description
Hey guys I have this js library but I only know spanish and english. Someone contributed and added french. If any of you know any other language and want to contribute that would be awesome! You dont need to know ember, just JS.
Tech Stack
javascript, emberjs
Current Team Size
1
URL
Comments
  • 0
    why would one not just translate it?
  • 1
    @calmyourtities
    I guess you could write the word "eleven", then go to a translator and get the Spanish equivalent "once".

    But sometimes these don't match, and it's far easier to just write the number you want (11). Especially for larger numbers.

    It does make sense to use the universal symbol for a number and turn it into the word.
  • 0
    @calmyourtities because this is for programatically displaying the value on your app.
  • 1
    Some documents requires write numbers in words..
  • 1
    can i get a short tutorial on adding languages?? not familar with js
  • 1
    @CozyPlanes You can read the implementations that are already on the library and follow that format using the language you wish to add.
  • 2
    when i get some spare time i will definitely add german langauge support. i think the idea is great
  • 0
    @MurmeltierS hey! Got some time for that german addition? 😁
  • 1
    @futoricky will look into it the next days
  • 0
    @MurmeltierS actually there is a pull request for german add, but its missing translation of fractions to words. Maybe you can help out on that part!
Add Comment