Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/english-sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
Dorian Sarnowski committed Jun 20, 2015
2 parents c19da81 + 44e8b40 commit 6c35e2b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Changelog
=========

## 0.1.0 (2015-04-02)

First release. Added support for:

- Polish

## 0.2.0 (2015-06-19)

Added support for:

- Czech
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Tradukisto
[![Coverage Status](https://coveralls.io/repos/allegro/tradukisto/badge.svg?branch=master)](https://coveralls.io/r/allegro/tradukisto?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/pl.allegro.finance/tradukisto/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/pl.allegro.finance/tradukisto)

Tradukisto is a Java library created to convert numbers to their word representations. The only language currently
supported is Polish.
Tradukisto is a Java library created to convert numbers to their word representations.

The main motivation behind its creation was lack of a production ready tool which provides numbers conversion for the
Polish language. There are many single classes, but we felt there is definitely space for something well tested and
Expand All @@ -22,6 +21,7 @@ Supported languages
-------------------

* Polish
* Czech

Usage
-----
Expand All @@ -34,7 +34,7 @@ repositories {
}
dependencies {
compile 'pl.allegro.finance:tradukisto:0.1.0'
compile 'pl.allegro.finance:tradukisto:0.2.0'
}
```

Expand Down

0 comments on commit 6c35e2b

Please sign in to comment.