You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Contributing to this project
2
2
3
-
To join this Working Group, please read the information in the [README.md](./README.md) as well as the Contributor License Agreement information just below:
3
+
## Joining the Working Group
4
+
5
+
We are looking for participation from software developers, localization engineers and others with experience
6
+
in Internationalization (I18N) and Localization (L10N). If you wish to contribute to this work, please review
7
+
the information on the Contributor License Agreement below. In addition, you should:
8
+
9
+
1. Apply to join our [mailing list](https://groups.google.com/a/chromium.org/forum/#!forum/message-format-wg)
10
+
2. Watch this repository (use the "Watch" button in the upper right corner)
Copy file name to clipboardExpand all lines: README.md
+9-38Lines changed: 9 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,7 @@ Functions can optionally take _options_:
76
76
Messages can use a _selector_ to choose between different _variants_,
77
77
which correspond to the grammatical (or other) requirements of the language:
78
78
79
-
.input {$count :integer}
80
-
.match $count
79
+
.match {$count :integer}
81
80
0 {{You have no notifications.}}
82
81
one {{You have {$count} notification.}}
83
82
* {{You have {$count} notifications.}}
@@ -106,23 +105,6 @@ The `main` branch of this repository contains changes implemented since the tech
106
105
Implementers should be aware of the following normative changes during the tech preview period.
107
106
See the [commit history](https://github.com/unicode-org/message-format-wg/commits)
108
107
after 2024-04-13 for a list of all commits (including non-normative changes).
109
-
-[#885](https://github.com/unicode-org/message-format-wg/issues/885) Address equality of `name` and `literal` values, including requiring keys to use NFC
110
-
-[#884](https://github.com/unicode-org/message-format-wg/issues/884) Add support for bidirectional isolates and strong marks in syntax and address UAX31/UTS55 requirements
111
-
-[#883](https://github.com/unicode-org/message-format-wg/issues/883) Remove forward-compatibility promise and all reserved/private syntax.
112
-
-[#882](https://github.com/unicode-org/message-format-wg/issues/882) Specify `bad-option` error for bad digit size options in `:number` and `:integer` functions
113
-
-[#878](https://github.com/unicode-org/message-format-wg/issues/878) Clarify "rule" selection in `:number` and `:integer` functions
114
-
-[#877](https://github.com/unicode-org/message-format-wg/issues/877) Match on variables instead of expressions.
115
-
-[#854](https://github.com/unicode-org/message-format-wg/issues/854) Allow whitespace at complex message start
116
-
-[#853](https://github.com/unicode-org/message-format-wg/issues/853) Add a "duplicate-variant" error
-[#815](https://github.com/unicode-org/message-format-wg/issues/815) Removed machine-readable function registry as a deliverable
121
-
-[#813](https://github.com/unicode-org/message-format-wg/issues/813) Change default of `:date` and `:datetime` date formatting from `short` to `medium`
122
-
-[#812](https://github.com/unicode-org/message-format-wg/issues/812) Allow trailing whitespace for complex messages
123
-
-[#793](https://github.com/unicode-org/message-format-wg/issues/793) Recommend the use of escapes only when necessary
124
-
-[#775](https://github.com/unicode-org/message-format-wg/issues/775) Add formal definitions for variable, external variable, and local variable
125
-
-[#774](https://github.com/unicode-org/message-format-wg/issues/774) Refactor errors, adding Message Function Errors
126
108
-[#771](https://github.com/unicode-org/message-format-wg/issues/771) Remove inappropriate normative statement from errors.md
127
109
-[#767](https://github.com/unicode-org/message-format-wg/issues/767) Add a test schema and
128
110
[#778](https://github.com/unicode-org/message-format-wg/issues/778) validate tests against it
@@ -131,9 +113,7 @@ after 2024-04-13 for a list of all commits (including non-normative changes).
A CLA is required to contribute to this project - please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file (or start a Pull Request) for more information.
152
+
The project is released under [LICENSE](./LICENSE).
182
153
183
-
The contents of this repository are governed by the Unicode [Terms of Use](https://www.unicode.org/copyright.html) and are released under [LICENSE](./LICENSE).
154
+
A CLA is required to contribute to this project - please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file (or start a Pull Request) for more information.
0 commit comments