-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-17423 Placeholder for MessageFormat 2.0 spec, part 9
- final spec will be poured in as CLDR-17424
- Loading branch information
Showing
9 changed files
with
84 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
## Unicode Technical Standard #35 | ||
|
||
# Unicode Locale Data Markup Language (LDML)<br/>Part 9: Message Format | ||
|
||
|Version|45 (draft) | | ||
|-------|------------------------| | ||
|Editors|Addison Phillips and [other CLDR committee members](tr35.md#Acknowledgments)| | ||
|
||
For the full header, summary, and status, see [Part 1: Core](tr35.md). | ||
|
||
### _Summary_ | ||
|
||
This specification defines the data model, syntax, processing, and conformance requirements for the next generation of dynamic messages. | ||
|
||
This is a partial document, describing only those parts of the LDML that are relevant for message format. For the other parts of the LDML see the [main LDML document](tr35.md) and the links above. | ||
|
||
### _Status_ | ||
|
||
_This is a draft document which may be updated, replaced, or superseded by other documents at any time. | ||
Publication does not imply endorsement by the Unicode Consortium. | ||
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ | ||
|
||
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium. | ||
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ --> | ||
|
||
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._ | ||
_Please submit corrigenda and other comments with the CLDR bug reporting form [[Bugs](tr35.md#Bugs)]. Related information that is useful in understanding this document is found in the [References](tr35.md#References). For the latest version of the Unicode Standard see [[Unicode](tr35.md#Unicode)]. For a list of current Unicode Technical Reports see [[Reports](tr35.md#Reports)]. For more information about versions of the Unicode Standard, see [[Versions](tr35.md#Versions)]._ | ||
|
||
## Parts | ||
|
||
The LDML specification is divided into the following parts: | ||
|
||
* Part 1: [Core](tr35.md#Contents) (languages, locales, basic structure) | ||
* Part 2: [General](tr35-general.md#Contents) (display names & transforms, etc.) | ||
* Part 3: [Numbers](tr35-numbers.md#Contents) (number & currency formatting) | ||
* Part 4: [Dates](tr35-dates.md#Contents) (date, time, time zone formatting) | ||
* Part 5: [Collation](tr35-collation.md#Contents) (sorting, searching, grouping) | ||
* Part 6: [Supplemental](tr35-info.md#Contents) (supplemental data) | ||
* Part 7: [Keyboards](tr35-keyboards.md#Contents) (keyboard mappings) | ||
* Part 8: [Person Names](tr35-personNames.md#Contents) (person names) | ||
* Part 9: [Message Format](tr35-messageFormat.md#Contents) (message format) | ||
|
||
## <a name="Contents">Contents of Part 9, Message Format</a> | ||
|
||
* [CLDR Message Format](#cldr-message-format) | ||
* [Introduction](#introduction) | ||
* [Status](#status) | ||
|
||
## CLDR Message Format | ||
|
||
### Introduction | ||
|
||
This specification defines the data model, syntax, processing, and conformance requirements for the next generation of dynamic messages. It is intended for adoption by programming languages and APIs. This will enable the integration of existing internationalization APIs (such as the date and number formats shown above), grammatical matching (such as plurals or genders), as well as user-defined formats and message selectors. | ||
|
||
### Status | ||
|
||
The Message Format 2.0 Specification has been approved by the CLDR-TC for inclusion in CLDR version 45. | ||
The specification will be included in this page prior to release. | ||
|
||
In the interim, the current draft specification may be accessed at: | ||
|
||
<https://github.com/unicode-org/message-format-wg/blob/LDML45-alpha/spec/README.md> | ||
|
||
* * * | ||
|
||
Copyright © 2001–2024 Unicode, Inc. All Rights Reserved. The Unicode Consortium makes no expressed or implied warranty of any kind, and assumes no liability for errors or omissions. No liability is assumed for incidental and consequential damages in connection with or arising out of the use of the information or programs contained or accompanying this technical report. The Unicode [Terms of Use](https://www.unicode.org/copyright.html) apply. | ||
|
||
Unicode and the Unicode logo are trademarks of Unicode, Inc., and are registered in some jurisdictions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters