Skip to content

Commit 9961cd0

Browse files
authored
fix a plural form error in example (#47)
1 parent 44eeb05 commit 9961cd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ const example1 = {
5757
*[other] Close {$tabCount} tabs
5858
}
5959
tabs-close-warning =
60-
You are about to close {$tabCount} tabs.
60+
You are about to close {$tabCount ->
61+
[one] {$tabCount} tab
62+
*[other] {$tabCount} tabs}.
6163
Are you sure you want to continue?
6264
6365
## Syncing

0 commit comments

Comments
 (0)