Added translation for row selection

Added missing translation for row selection.
https://datatables.net/forums/discussion/35398/i18n-translation-for-n-rows-selected
pull/377/head
AnixPasBesoin 7 years ago committed by GitHub
parent a5432d0e33
commit a46b1b3331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,5 +25,12 @@
"oAria": {
"sSortAscending": ": activer pour trier la colonne par ordre croissant",
"sSortDescending": ": activer pour trier la colonne par ordre décroissant"
},
"select": {
"rows": {
_: "%d lignes séléctionnées",
0: "Aucune ligne séléctionnée",
1: "1 ligne séléctionnée"
}
}
}

Loading…
Cancel
Save