Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miks/declension


https://github.com/miks/declension

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

== declension

{}[http://travis-ci.org/miks/declension]

Inflect string according to current I18n.locale.

== Supported Languages

* Latvian [lv]

== Examples

"Jānis Ozols".inflect(:genitive, as: :male)
=> "Jāņa Ozola"

"automašīna".inflect(:instrumental, as: :female)
=> "ar automašīnu"

"Roberts Egle".inflect(:dative, as: :male)
=> "Robertam Eglem"

"Jana Egle".inflect(:dative, as: :female)
=> "Janai Eglei"

== Requirements

* 2.0.0 <= Ruby

== Installation

gem install declension

== License

MIT License

== Bugs and Language Support

See CHANGELOG.md for last changes.

Fork the project. Make your feature addition or bug fix with tests.

Send a pull request. Bonus points for topic branches.

== Contacts

* Miks Miķelsons (link:http://github.com/miks)