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
- Host: GitHub
- URL: https://github.com/bripkens/static-i18n
- Owner: bripkens
- License: apache-2.0
- Created: 2014-03-23T15:18:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T18:28:08.000Z (about 12 years ago)
- Last Synced: 2025-03-13T04:02:21.619Z (over 1 year ago)
- Language: Java
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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