https://github.com/echocat/locela-api-java
Java API of a localization framework for an easy and platform independent work.
https://github.com/echocat/locela-api-java
echocat i18n java localization locela platform-independent
Last synced: 9 months ago
JSON representation
Java API of a localization framework for an easy and platform independent work.
- Host: GitHub
- URL: https://github.com/echocat/locela-api-java
- Owner: echocat
- License: mit
- Created: 2014-12-22T13:47:25.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-08-25T15:30:42.000Z (10 months ago)
- Last Synced: 2025-08-25T17:37:13.422Z (10 months ago)
- Topics: echocat, i18n, java, localization, locela, platform-independent
- Language: Java
- Homepage: https://github.com/echocat/locela-api-java
- Size: 274 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Locela - API for Java
Java API of a localization framework for an easy and platform independent work.
## Topics
* [Getting started](#getting-started)
* [Contributing](#contributing)
* [License](#license)
## Getting started
### Dependency
#### 1. Register our repository (optional)
You can directly register our repository if you want always the latest version. The central can be versions behind.
##### Maven
```xml
central
https://repo.maven.apache.org/maven2
echocat
https://packages.echocat.org/maven
```
##### Gradle
```groovy
repositories {
mavenCentral()
maven {
url "https://packages.echocat.org/maven"
}
}
```
#### 2. Pick your version
[](https://maven-badges.herokuapp.com/maven-central/org.echocat.locela.api/java)
Find your desired version you want to install (usually the latest one) [by looking it up in our repository](https://github.com/echocat/locela-api-java/packages/1846697/) or directly at [the Maven Central](http://search.maven.org/#search|ga|1|g:org.echocat.locela.api%20AND%20a:java).
#### 3. Add the dependency
##### Maven
```xml
org.echocat.locela.api
java
```
##### Gradle
```groovy
compile 'org.echocat.locela.api:java:'
```
## Contributing
**Locela - API for Java** is an open source project by [echocat](https://echocat.org). So if you want to make this project even better, you can contribute to this project on [GitHub](https://github.com/echocat/locela-api-java) by [fork us](https://github.com/echocat/locela-api-java/fork).
If you commit code to this project, you have to accept that this code will be released under the [license](#license) of this project.
## License
See the [LICENSE](LICENSE) file.