https://github.com/aziascreations/module-l10n
Simple localizer with utf-8 support
https://github.com/aziascreations/module-l10n
l10n locale localisation localization
Last synced: 9 months ago
JSON representation
Simple localizer with utf-8 support
- Host: GitHub
- URL: https://github.com/aziascreations/module-l10n
- Owner: aziascreations
- License: unlicense
- Created: 2016-11-27T20:13:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T15:43:58.000Z (over 9 years ago)
- Last Synced: 2025-01-01T14:45:19.980Z (over 1 year ago)
- Topics: l10n, locale, localisation, localization
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# L10N Module
## Installation
The module isn't on the Maven Central Repository, therefore a third-party repository is required.
You have to add the [JitPack](https://jitpack.io/) repository to you project's pom.xml file.
```xml
jitpack.io
https://jitpack.io
```
And this to your dependencies.
```xml
com.github.aziascreations
module-l10n
-SNAPSHOT
```
If you are using another build automation tool or if want to download it, go check the JitPack page: https://jitpack.io/#aziascreations/module-versioning/
## Usage
Firstly, you have to import `com.azias.module.l10n.Localizer` in your code.
## License
[Public Domain](LICENSE)