Skip to content

m-m-m/nls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Apache License, Version 2.0 Build Status

mmm-nls

Maven Central base JavaDoc

The module io.github.mmm.nls (artifactId mmm-nls) provides advanced native-language-support. For a motivation and introduction please read the JavaDocs (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-nls</artifactId>
  <!--<version>${mmmVersion}</version>-->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-nls:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires transitive io.github.mmm.nls;

mmm-nls-cli

Maven Central base JavaDoc

The module io.github.mmm.nls.cli (artifactId mmm-nls-cli) provides NLS for command-line-interfaces (CLI). For a motivation and introduction please read the JavaDocs (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-nls-cli</artifactId>
  <version>${mmm.nls.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.nls.cli;

mmm-nls-sync

Maven Central base JavaDoc

The module io.github.mmm.nls.sync (artifactId mmm-nls-sync) provides the tool io.github.mmm.nls.sync.NlsSynchronizer allowing to synchronize your NlsBundle classes with all your available resource-bundle properties files. For a motivation and introduction please read the JavaDocs (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-nls-sync</artifactId>
  <version>${mmm.nls.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.nls.sync;

About

Native Language Support (i18n, l10n)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages