File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments