diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-05-10 17:47:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 17:47:59 +0300 |
| commit | 23293813bb02ff03e336dde4ce3b628db5123950 (patch) | |
| tree | 4ecd4c20a37754e9622f46d529c6635af35ce785 /web/html/component | |
| parent | c15ec5315a48eb40c822b4b8a18693a666e2be23 (diff) | |
chore: add translations for `a-table`
Diffstat (limited to 'web/html/component')
| -rw-r--r-- | web/html/component/aTableSortable.html | 5 |
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() { |
