Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/langalex/numbers_and_words_pl
Turns an integer number into written words in Polish.
https://github.com/langalex/numbers_and_words_pl
Last synced: 15 days ago
JSON representation
Turns an integer number into written words in Polish.
- Host: GitHub
- URL: https://github.com/langalex/numbers_and_words_pl
- Owner: langalex
- License: mit
- Created: 2015-02-05T11:32:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T10:05:58.000Z (over 7 years ago)
- Last Synced: 2024-08-09T18:18:58.072Z (5 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NumbersAndWordsPl
Since I was not smart enough to figure out how to add Polish to the *numbers_and_words* gem I created my own.
## Usage
Add the gem to your Gemfile, include the `NumebersAndWordsPl::Helper` module and call `to_words_pl 123`.
## Contributing
1. Fork it ( https://github.com/[my-github-username]/numbers_and_words_pl/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request