languager-demo

Demo project

License

License

GroupId

GroupId

guru.nidi.languager
ArtifactId

ArtifactId

languager-demo
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

war
Description

Description

languager-demo
Demo project

Download languager-demo

How to add to project

<!-- https://jarcasting.com/artifacts/guru.nidi.languager/languager-demo/ -->
<dependency>
    <groupId>guru.nidi.languager</groupId>
    <artifactId>languager-demo</artifactId>
    <version>1.2.3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi.languager/languager-demo/
implementation 'guru.nidi.languager:languager-demo:1.2.3'
// https://jarcasting.com/artifacts/guru.nidi.languager/languager-demo/
implementation ("guru.nidi.languager:languager-demo:1.2.3")
'guru.nidi.languager:languager-demo:war:1.2.3'
<dependency org="guru.nidi.languager" name="languager-demo" rev="1.2.3">
  <artifact name="languager-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='guru.nidi.languager', module='languager-demo', version='1.2.3')
)
libraryDependencies += "guru.nidi.languager" % "languager-demo" % "1.2.3"
[guru.nidi.languager/languager-demo "1.2.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.7
ch.qos.logback : logback-classic jar 1.1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hibernate : hibernate-validator jar 4.1.0.Final

Project Modules

There are no modules declared in this project.

Languager Build Status

A simple tool to handle internationalization of source code.

  • It extracts keys and default translations out of source files using regexes.
  • For each language, it generates a set of translated files where the regexes are replaced with their actual value in a given language.
  • It can generate properties files to be used by java.
  • It can perform validity checks on the translated values.
  • It provides a form of online translation directly inside the application.
  • It can check that properties files are correctly formatted.

See languager-demo module for how it works.

Versions

Version
1.2.3