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

https://github.com/bripkens/static-i18n

Statically typed i18n support for Java
https://github.com/bripkens/static-i18n

Last synced: about 1 year ago
JSON representation

Statically typed i18n support for Java

Awesome Lists containing this project

README

          

# static-i18n

## Usage

```

de.bripkens
static-i18n
0.2.0

```

## Release Process

Have the following variables in your Gradle config file, e.g. `~/.gradle/gradle.properties`.

```
sonatypeUsername=
sonatypePassword=

signing.keyId=
signing.password=
signing.secretKeyRingFile=~/.gnupg/secring.gpg
```

Execute `gradle clean build signArchives uploadArchives` after changing the version manually,
pushing and tagging the release.

## TODO

- formatter should be configurable
- interface generator
- fallback locale