Skip to content

Commit 0d5cb65

Browse files
authored
Update index.js
1 parent c16e21e commit 0d5cb65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/translations/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ export default {
4444
IT: {
4545
PLACEHOLDER: 'Seleziona un elemento',
4646
SEARCH_PLACEHOLDER: 'Digita qualcosa...',
47-
SELECTED_ITEMS_COUNT_TEXT: 'Si sta selezionando {count} elemento(i)',
47+
SELECTED_ITEMS_COUNT_TEXT: {
48+
1: '1 elemento è stato selezionato',
49+
n: '{count} elementi sono stati selezionati'
50+
},
4851
NOTHING_TO_SHOW: 'Non c\'è nulla da mostrare!'
4952
},
5053
}

0 commit comments

Comments
 (0)