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: docs/guide/essentials/pluralization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here, we have an `en` locale object that has `car` and `apple`.
23
23
24
24
The `car` has `car | cars` pluralization message, while the `apple` has `no apples | one apple | {count} apples` pluralization message.
25
25
26
-
These plural messages are selected by the logic of the choice rule for each language in the translaton API according to the numeric value you specify at the translation API.
26
+
These plural messages are selected by the logic of the choice rule for each language in the translation API according to the numeric value you specify at the translation API.
27
27
28
28
Vue I18n offers some ways to support pluralization. Here we’ll use the `$t`.
0 commit comments