From debf57430deb2789a468e8ab6e3e08697ae9cdca Mon Sep 17 00:00:00 2001 From: sandyDatatables Date: Fri, 13 Nov 2020 09:43:50 +0000 Subject: [PATCH] Add to english lang file for select options and also add contributing.md --- contributing.md | 6 ++++++ i18n/English.lang | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 contributing.md 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