add percent format

This commit is contained in:
Pete Matsyburka
2026-05-15 20:07:29 +03:00
parent e52830c9b4
commit 99ca0136ed
6 changed files with 47 additions and 21 deletions
@@ -514,7 +514,7 @@ export default {
ContextSubmenu,
ContextModal
},
inject: ['t', 'getFieldTypeIndex', 'template', 'withCustomFields', 'currencies', 'dateFormats'],
inject: ['t', 'getFieldTypeIndex', 'template', 'withCustomFields', 'currencies', 'dateFormats', 'locale'],
props: {
contextMenu: {
type: Object,