File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ which the runtime can use to construct a document tree structure for a UI framew
154154A message with a single selector:
155155
156156 {$count: number}
157- one [You have one notification.]
157+ 1 [You have one notification.]
158158 _ [You have {$count} notifications.]
159159
160160A message with a single selector which is an invocation of
@@ -173,9 +173,9 @@ which allows the message to query for presence of grammatical cases required for
173173A message with 2 selectors:
174174
175175 {$photoCount: number} {$userGender: equals}
176- one masculine [{$userName} added a new photo to his album.]
177- one feminine [{$userName} added a new photo to her album.]
178- one _ [{$userName} added a new photo to their album.]
176+ 1 masculine [{$userName} added a new photo to his album.]
177+ 1 feminine [{$userName} added a new photo to her album.]
178+ 1 _ [{$userName} added a new photo to their album.]
179179 _ masculine [{$userName} added {$photoCount} photos to his album.]
180180 _ feminine [{$userName} added {$photoCount} photos to her album.]
181181 _ _ [{$userName} added {$photoCount} photos to their album.]
@@ -325,7 +325,7 @@ Examples:
325325
326326```
327327$frac = {$count: number minFractionDigits=2}
328- one [One apple]
328+ 1 [One apple]
329329 _ [{$frac} apples]
330330```
331331
You can’t perform that action at this time.
0 commit comments