Skip to content

Commit a4ec4a9

Browse files
authored
Further front-door prep (#705)
* Further front-door prep * Update README.md * Update README.md
1 parent 38fdd69 commit a4ec4a9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,18 @@ Implementations may even support users creating their own functions.
9696

9797
See more examples and the formal definition of the grammar in [spec/syntax.md](./spec/syntax.md).
9898

99-
### Implementations
99+
## Normative Changes during Tech Preview
100+
101+
The Working Group continues to address feedback
102+
and develop portions of the specification not completed for the LDML45 Tech Preview release.
103+
The `main` branch of this repository contains changes implemented since the technical preview.
104+
105+
Implementers should be aware of the following normative changes during the tech preview period:
106+
- _(list to be updated during tech preview)_
107+
108+
## Implementations
109+
110+
(The working group expects that ICU75 will include both Java and C/C++ implementations of the tech preview specification)
100111

101112
- Java: [`com.ibm.icu.message2`](https://unicode-org.github.io/icu-docs/apidoc/dev/icu4j/index.html?com/ibm/icu/message2/package-summary.html), part of ICU 72 released in October 2022, is a _tech preview_ implementation of the MessageFormat 2 syntax, together with a formatting API. See the [ICU User Guide](https://unicode-org.github.io/icu/userguide/format_parse/messages/mf2.html) for examples and a quickstart guide.
102113
- JavaScript: [`messageformat`](https://github.com/messageformat/messageformat/tree/master/packages/mf2-messageformat) 4.0 implements the MessageFormat 2 syntax, together with a polyfill of the runtime API proposed for ECMA-402.

0 commit comments

Comments
 (0)