Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/component')
-rw-r--r--web/html/component/aTableSortable.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/component/aTableSortable.html b/web/html/component/aTableSortable.html
index 443ac50c..4abad8ef 100644
--- a/web/html/component/aTableSortable.html
+++ b/web/html/component/aTableSortable.html
@@ -64,6 +64,11 @@
drop: (e) => this.dropHandler(e),
},
scopedSlots: this.$scopedSlots,
+ locale: {
+ filterConfirm: `{{ i18n "confirm" }}`,
+ filterReset: `{{ i18n "reset" }}`,
+ emptyText: `{{ i18n "noData" }}`
+ }
}, this.$slots.default,)
},
created() {