From 23293813bb02ff03e336dde4ce3b628db5123950 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Sat, 10 May 2025 21:47:59 +0700 Subject: chore: add translations for `a-table` --- web/html/component/aTableSortable.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/html/component') 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() { -- cgit v1.2.3