logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 57d84a3cc62ab3c6597fd27bfa3ab7fa16b4edfb
parent 69f684cb645530d975ca2919cadb24195fa67a90
Author: Henry Jameson <me@hjkos.com>
Date:   Tue,  8 Oct 2024 19:55:26 +0300

localization for that one string

Diffstat:

Msrc/components/component_preview/component_preview.vue2+-
Msrc/i18n/en.json1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/component_preview/component_preview.vue b/src/components/component_preview/component_preview.vue @@ -39,7 +39,7 @@ :class="previewClass" :style="previewStyle" > - TEST + {{ $t('settings.style.themes3.editor.test_string') }} </div> </div> <input diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -798,6 +798,7 @@ "icon_color": "Icon color", "link_color": "Link color", "include_in_rule": "Add to rule", + "test_string": "TEST", "text_auto": { "label": "Auto-contrast", "no-preserve": "Black or White",