@ianicdev/datatables2 0.0.14 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +0,0 @@
1
- export default {
2
- search: "Αναζήτηση",
3
- advancedFilters: "Προηγμένα Φίλτρα",
4
- cancel: "Ακύρωση",
5
- submit: "Υποβολή",
6
- export: "Εξαγωγή",
7
- columns: "Στήλες",
8
- selectColumns: "Επιλογή Στηλών",
9
- };
@@ -1,9 +0,0 @@
1
- export default {
2
- search: "Search",
3
- advancedFilters: "Advanced Filters",
4
- cancel: "Cancel",
5
- submit: "Submit",
6
- export: "Export",
7
- columns: "Columns",
8
- selectColumns: "Select Columns",
9
- };
@@ -1,2 +0,0 @@
1
- export { default as el } from "./el.js";
2
- export { default as en } from "./en.js";