mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 06:37:16 +02:00
Add font family Sans and Serif translations
This commit is contained in:
@@ -262,11 +262,11 @@ export default {
|
|||||||
fontItems() {
|
fontItems() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
text: 'Sans',
|
text: this.$strings.LabelFontFamilySans,
|
||||||
value: 'sans-serif'
|
value: 'sans-serif'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Serif',
|
text: this.$strings.LabelFontFamilySerif,
|
||||||
value: 'serif'
|
value: 'serif'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -156,6 +156,8 @@
|
|||||||
"LabelFolder": "Folder",
|
"LabelFolder": "Folder",
|
||||||
"LabelFontBoldness": "Font Boldness",
|
"LabelFontBoldness": "Font Boldness",
|
||||||
"LabelFontFamily": "Font family",
|
"LabelFontFamily": "Font family",
|
||||||
|
"LabelFontFamilySans": "Sans",
|
||||||
|
"LabelFontFamilySerif": "Serif",
|
||||||
"LabelFontScale": "Font scale",
|
"LabelFontScale": "Font scale",
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genres",
|
"LabelGenres": "Genres",
|
||||||
|
|||||||
Reference in New Issue
Block a user