Add font family Sans and Serif translations

This commit is contained in:
advplyr
2025-11-19 16:46:39 -06:00
parent e662dae396
commit 9518189898
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -262,11 +262,11 @@ export default {
fontItems() {
return [
{
text: 'Sans',
text: this.$strings.LabelFontFamilySans,
value: 'sans-serif'
},
{
text: 'Serif',
text: this.$strings.LabelFontFamilySerif,
value: 'serif'
}
]
+2
View File
@@ -156,6 +156,8 @@
"LabelFolder": "Folder",
"LabelFontBoldness": "Font Boldness",
"LabelFontFamily": "Font family",
"LabelFontFamilySans": "Sans",
"LabelFontFamilySerif": "Serif",
"LabelFontScale": "Font scale",
"LabelGenre": "Genre",
"LabelGenres": "Genres",