diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..cd54c54 --- /dev/null +++ b/contributing.md @@ -0,0 +1,6 @@ +DataTables Plugins +================== + +Contributions are very welcome to this repo. Please create a pull request and/or post in the (forum)[https://datatables.net/forums] to share it with us. + +In the case of i18n Plugins, we ask that you don't create a pull request and instead make use of the (management system)[https://datatables.net/plug-ins/i18n/] that we have in place for this on our website. \ No newline at end of file diff --git a/i18n/English.lang b/i18n/English.lang index 1add0cd..0665f2e 100644 --- a/i18n/English.lang +++ b/i18n/English.lang @@ -129,5 +129,17 @@ "emptyPanes": "No SearchPanes", "loadMessage": "Loading SearchPanes", "title": "Filters Active - %d" + }, + "select": { + "1": "%d row selected", + "_": "%d rows selected", + "cells": { + "1": "1 cell selected", + "_": "%d cells selected" + }, + "columns": { + "1": "1 column selected", + "_": "%d columns selected" + } } } \ No newline at end of file