Skip to content

Commit 995a1bf

Browse files
authored
Update repo readme for "Final Candidate" status (#966)
1 parent b2abea0 commit 995a1bf

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

README.md

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,37 @@ Welcome to the home page for the MessageFormat Working Group, a subgroup of the
44

55
## Charter
66

7-
The Message Format Working Group (MFWG) is tasked with developing an industry standard for the representation of localizable message strings to be a successor to [ICU MessageFormat](https://unicode-org.github.io/icu/userguide/format_parse/messages/). MFWG will recommend how to remove redundancies, make the syntax more usable, and support more complex features, such as gender, inflections, and speech. MFWG will also consider the integration of the new standard with programming environments, including, but not limited to, ICU, DOM, and ECMAScript, and with localization platform interchange. The output of MFWG will be a specification for the new syntax.
7+
The MessageFormat Working Group (MFWG) is tasked with developing an industry standard
8+
for the representation of localizable message strings to be a successor to
9+
[ICU MessageFormat](https://unicode-org.github.io/icu/userguide/format_parse/messages/).
10+
MFWG will recommend how to remove redundancies,
11+
make the syntax more usable,
12+
and support more complex features, such as gender, inflections, and speech.
13+
MFWG will also consider the integration of the new standard with programming environments,
14+
including, but not limited to, ICU, DOM, and ECMAScript, and with localization platform interchange.
15+
The output of MFWG will be a specification for the new syntax.
816

917
- [Why ICU MessageFormat Needs a Successor](docs/why_mf_next.md)
1018
- [Goals and Non-Goals](docs/goals.md)
1119

12-
## MessageFormat 2 Technical Preview
20+
## MessageFormat 2 Final Candidate
1321

1422
The [MessageFormat 2 specification](./spec/) is a new part of
1523
the [LDML](https://www.unicode.org/reports/tr35/) specification.
16-
This specification is initially released as a "Tech Preview",
17-
which means that the stability policy is not in effect and feedback from
24+
MessageFormat 2 has been approved by the CLDR Technical Committee
25+
to be issued as a "Final Candidate".
26+
This means that the stability policy is not in effect and feedback from
1827
users and implementers might result in changes to the syntax, data model,
1928
functions, or other normative aspects of MessageFormat 2.
2029
Such changes are expected to be minor and, to the extent possible,
21-
to be compatible with what is defined in the Tech Preview.
22-
23-
The MFWG welcomes any and all feedback, including bugs reports, implementation
24-
reports, success stories, feature requests, requests for clarification,
30+
to be compatible with what is defined in the Final Candidate specification.
31+
32+
The MessageFormat Working Group and CLDR Technical Committee welcome any and all feedback,
33+
including bugs reports,
34+
implementation reports,
35+
success stories,
36+
feature requests,
37+
requests for clarification,
2538
or anything that would be helpful in stabilizing the specification and
2639
promoting widespread adoption.
2740

@@ -31,21 +44,21 @@ The MFWG specifically requests feedback on the following issues:
3144
- Whether there should be normative requirements for markup handling [#586](https://github.com/unicode-org/message-format-wg/issues/586)
3245
- Whether the delimiters used for literals and patterns were chosen correctly [#602](https://github.com/unicode-org/message-format-wg/issues/602)
3346

34-
## Normative Changes during Tech Preview
47+
## Normative Changes during the Final Candidate period
3548

36-
The Working Group continues to address feedback
37-
and develop portions of the specification not completed for the LDML45 Tech Preview release.
38-
The `main` branch of this repository contains changes implemented since the technical preview.
49+
The MessageFormat Working Group continues to address feedback
50+
and develop portions of the specification not completed for the LDML 46.1 Final Candidate release.
51+
The `main` branch of this repository contains changes implemented since the specification was released.
3952

40-
Implementers should be aware of the following normative changes during the v46.1 tech preview period.
53+
Implementers should be aware of the following normative changes during the v46.1 final candidate review period.
4154
See the [commit history](https://github.com/unicode-org/message-format-wg/commits)
4255
after 2024-11-20 for a list of all commits (including non-normative changes).
4356

44-
In addition to the above, the test suite is significantly modified and updated.
57+
In addition to the above, the test suite has been modified and updated.
4558

4659
## Sharing Feedback
4760

48-
Technical Preview Feedback: [file an issue here](https://github.com/unicode-org/message-format-wg/issues/new?labels=Preview-Feedback&projects=&template=tech-preview-feedback.md&title=%5BFEEDBACK%5D+)
61+
Final Candidate Feedback: [file an issue here](https://github.com/unicode-org/message-format-wg/issues/new?labels=Preview-Feedback&projects=&template=tech-preview-feedback.md&title=%5BFEEDBACK%5D+)
4962

5063
We invite feedback about the current syntax draft, as well as the real-life use-cases, requirements, tooling, runtime APIs, localization workflows, and other topics.
5164

0 commit comments

Comments
 (0)