Project
Versioning
I18n uses a simple versioning system:
i18n-A.B.C.jar
- C - Critical bug resolutions.
- B - Feature added + bug resolutions.
- A - Tons of features or public API change.
Download
We deploy our jars to Maven Central Repository, so you can easily add it as dependency:
Gradle
dependencies {
'net.vidageek:i18n:0.5'
}
SBT
libraryDependencies += "net.vidageek" % "i18n" % "0.5"
Ivy
<dependency org="net.vidageek" name="i18n" rev="0.5"/>
Maven
<dependency>
<groupId>net.vidageek</groupId>
<artifactId>i18n</artifactId>
<version>0.5</version>
</dependency>
Source
Browse and checkout our sources at Github.
Email Lists
- Users Mailing list: http://groups.google.com/group/vidageek-users
- Doubts about how to use I18n should come here.
- Development Mailing list: http://groups.google.com/group/vidageek-dev
- Discussions on new features or bugs.
Bugtracker
Just go to Github and don't be ashamed of creating a new ticket!
Project Contributors
Get Involved
You can get involved to I18n in a lot of ways. If you are just using it, you are already really helping us.
Patches of any kind (source, documentation, etc) are always welcome. You can send your patches through our bugtracking system. Another way you can help is by answering new user's questions on our mailing lists and also by giving us your feedback.
You can even translate I18n documentation to your native language and help us spreading the project around the world.