Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djhi/meteor-numeral-languages
Languages files for Numeral.js, a JavaScript library for formatting numbers, packaged for Meteor. See http://numeraljs.com.
https://github.com/djhi/meteor-numeral-languages
Last synced: about 1 month ago
JSON representation
Languages files for Numeral.js, a JavaScript library for formatting numbers, packaged for Meteor. See http://numeraljs.com.
- Host: GitHub
- URL: https://github.com/djhi/meteor-numeral-languages
- Owner: djhi
- Created: 2014-08-30T16:11:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T16:48:33.000Z (over 10 years ago)
- Last Synced: 2024-11-08T04:44:14.235Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numeral v1.5.3 languages for Meteor
[Numeral.js](http://numeraljs.com/) is a JavaScript library for parsing, validating, and formatting numbers.
This package **only install languages files on client side** and depends on the numeral package from vsivsi: https://github.com/vsivsi/meteor-numeral
Installation
-------------For Meteor v0.9.0 and above:
`meteor add gildaspk:numeral-languages`For Meteor versions below v0.9.0 using Meteorite/AtmosphereJS:
`mrt add numeral-languages`Once installed, just set your language as per Numeral documentation, inside a `client/numeral-config.js` file for example:
`numeral.language('fr');`Notes
-------------Version should have been the same as numeral but is 1.5.4 because I had to republish it and meteor does not allow the same version to blished twice.