Giter Club home page Giter Club logo

Comments (4)

gentooboontoo avatar gentooboontoo commented on May 24, 2024

It is not currently possible. Long names of units are only used for parsing, not for formatting.

Could you give me an example of how you would like to use this feature? How would you specify the full name of an unit? There could be several long names for a single unit: for instance "m", "meter", "meters", "metre", "metres" for meters.

from js-quantities.

aramk avatar aramk commented on May 24, 2024

I think we could map the units abbreviation "m" to a set of localisations as you mentioned - e.g. en_US would be "meters" and en_UK would be "metres"? When requesting the full name you could provide the localisation, and also configure it as the default. It might also be possible to detect it from the browser environment: http://stackoverflow.com/questions/1043339/javascript-for-detecting-browser-language-preference

from js-quantities.

gentooboontoo avatar gentooboontoo commented on May 24, 2024

Not directly related to your issue and just for info, I have begun to externalize formatting from Qty instances to allow client code to customize formatting. Please check out qty-formatter branch (commit 92ffff4).
To sum up, you can now pass a formatter to #toString accepting scalar and units as parameters and returning formatted string.

It is not yet what you are expecting but perhaps it could help.
Could you give some example code of how you are using current version of the library and you would like to configure unit output from your client code?

from js-quantities.

mefeakengin avatar mefeakengin commented on May 24, 2024

Thanks for the great library! Adding on that, it would be great to have getting a name. In my case, for some less-used units, I would like other people to be able to get the full name like this:
Qty('5 m').fullname = 5 meters
or
Qty('m').name = meters
or
Qty('5 m').name = meters
Thanks!

from js-quantities.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.