Font size support

This commit is contained in:
2026-02-19 18:47:16 -03:00
parent 052723bdbc
commit 34733206c2
3 changed files with 63 additions and 28 deletions

View File

@@ -33,7 +33,12 @@
"image_url": "Image URL",
"leave_an_empty_line": "Leave an empty line",
"uses_the_uploaded_image": "(uses the uploaded image)",
"no_dithering": "No dithering"
"no_dithering": "No dithering",
"font_size": "Font size:",
"font_small": "Small",
"font_normal": "Normal",
"font_large": "Large",
"font_xlarge": "Extra Large"
},
"es": {
"catnote": "CatNote",
@@ -69,6 +74,11 @@
"image_url": "URL de la imagen",
"leave_an_empty_line": "Deje una línea vacía",
"uses_the_uploaded_image": "(usa la imagen cargada)",
"no_dithering": "Sin dithering"
"no_dithering": "Sin dithering",
"font_size": "Tamaño de fuente:",
"font_small": "Pequeño",
"font_normal": "Normal",
"font_large": "Grande",
"font_xlarge": "Extra grande"
}
}