w

wcomponents-i18n

This module contains server-side and client-side default internationalization bundles. It also provides an up-to-date list of messages that require translation. It is suggested that projects with translations watch this project for updates to the messages.
Files download
File Operation
wcomponents-i18n-1.5.31.jar download
wcomponents-i18n-1.5.31.pom download
Apache Maven
<dependency>
  <groupId>com.github.bordertech.wcomponents</groupId>
  <artifactId>wcomponents-i18n</artifactId>
  <version>1.5.31</version>
</dependency>
Gradle Groovy
implementation 'com.github.bordertech.wcomponents:wcomponents-i18n:1.5.31'
Gradle Kotlin
implementation("com.github.bordertech.wcomponents:wcomponents-i18n:1.5.31")
Scala SBT
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-i18n" % "1.5.31"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bordertech.wcomponents', module='wcomponents-i18n', version='1.5.31')
)
Apache Ivy
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-i18n" rev="1.5.31" />
Leiningen
[com.github.bordertech.wcomponents/wcomponents-i18n "1.5.31"]
Apache Buildr
'com.github.bordertech.wcomponents:wcomponents-i18n:jar:1.5.31'