Skip to content

Commit 3a7cbe3

Browse files
authored
Fix example for Italian and English (#55)
1 parent 9961cd0 commit 3a7cbe3

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/index.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ const example1 = {
5656
[one] Close {$tabCount} tab
5757
*[other] Close {$tabCount} tabs
5858
}
59-
tabs-close-warning =
60-
You are about to close {$tabCount ->
61-
[one] {$tabCount} tab
62-
*[other] {$tabCount} tabs}.
63-
Are you sure you want to continue?
59+
tabs-close-warning = {$tabCount ->
60+
[one] You are about to close {$tabCount} tab.
61+
Are you sure you want to continue?
62+
*[other] You are about to close {$tabCount} tabs.
63+
Are you sure you want to continue?
64+
}
6465
6566
## Syncing
6667
@@ -97,8 +98,10 @@ const example2 = {
9798
[one] Chiudi {$tabCount} scheda
9899
*[other] Chiudi {$tabCount} schede
99100
}
100-
tabs-close-warning =
101-
Verranno chiuse {$tabCount} schede. Proseguire?
101+
tabs-close-warning = {$tabCount ->
102+
[one] Verrà chiusa {$tabCount} scheda. Proseguire?
103+
*[other] Verranno chiuse {$tabCount} schede. Proseguire?
104+
}
102105
103106
## Syncing
104107

0 commit comments

Comments
 (0)