mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-31 18:23:18 -04:00
chore: make vue global components and layouts localizable (#1565)
This commit is contained in:
committed by
GitHub
parent
7af48d51be
commit
ba15006bb1
@@ -5,7 +5,7 @@
|
||||
:buttons="[
|
||||
{
|
||||
icon: previewState ? $globals.icons.edit : $globals.icons.eye,
|
||||
text: previewState ? $tc('general.edit') : 'Preview Markdown',
|
||||
text: previewState ? $t('general.edit') : $t('markdown-editor.preview-markdown-button-label'),
|
||||
event: 'toggle',
|
||||
},
|
||||
]"
|
||||
|
||||
Reference in New Issue
Block a user