We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44eeb05 commit 9961cd0Copy full SHA for 9961cd0
1 file changed
src/index.js
@@ -57,7 +57,9 @@ const example1 = {
57
*[other] Close {$tabCount} tabs
58
}
59
tabs-close-warning =
60
- You are about to close {$tabCount} tabs.
+ You are about to close {$tabCount ->
61
+ [one] {$tabCount} tab
62
+ *[other] {$tabCount} tabs}.
63
Are you sure you want to continue?
64
65
## Syncing
0 commit comments