messageformat

WebJar for messageformat

License

License

MIT
Categories

Categories

JavaScript Languages Github Development Tools Version Controls ORM Data
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-messageformat-messageformat-js
Last Version

Last Version

v1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

messageformat
WebJar for messageformat
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/messageformat/messageformat.js

Download github-com-messageformat-messageformat-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-messageformat-messageformat-js/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-messageformat-messageformat-js</artifactId>
    <version>v1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-messageformat-messageformat-js/
implementation 'org.webjars.bower:github-com-messageformat-messageformat-js:v1.0.2'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-messageformat-messageformat-js/
implementation ("org.webjars.bower:github-com-messageformat-messageformat-js:v1.0.2")
'org.webjars.bower:github-com-messageformat-messageformat-js:jar:v1.0.2'
<dependency org="org.webjars.bower" name="github-com-messageformat-messageformat-js" rev="v1.0.2">
  <artifact name="github-com-messageformat-messageformat-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-messageformat-messageformat-js', version='v1.0.2')
)
libraryDependencies += "org.webjars.bower" % "github-com-messageformat-messageformat-js" % "v1.0.2"
[org.webjars.bower/github-com-messageformat-messageformat-js "v1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

messageformat

The experience and subtlety of your program's text can be important. Messageformat is a mechanism for handling both pluralization and gender in your applications. It can also lead to much better translations, as it's designed to support all the languages included in the Unicode CLDR.

This monorepo consists of the following packages that make up our JS implementation of ICU MessageFormat:

Getting Started

npm install --save-dev @messageformat/core
npm install --save @messageformat/runtime

This includes the MessageFormat compiler and a runtime accessor class that provides a slightly nicer API for working with larger numbers of messages. Our Format Guide will help with the ICU MessageFormat Syntax, and the Usage Guide provides some options for integrating messageformat to be a part of your workflow around UI texts and translations.


Messageformat is an OpenJS Foundation project, and we follow its Code of Conduct.

OpenJS Foundation
org.webjars.bower

Versions

Version
v1.0.2