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:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-05-10 17:47:59 +0300
committerGitHub <noreply@github.com>2025-05-10 17:47:59 +0300
commit23293813bb02ff03e336dde4ce3b628db5123950 (patch)
tree4ecd4c20a37754e9622f46d529c6635af35ce785 /web/html/component
parentc15ec5315a48eb40c822b4b8a18693a666e2be23 (diff)
chore: add translations for `a-table`
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() {