aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-25 21:48:16 +0300
committerHenry Jameson <me@hjkos.com>2018-11-25 21:48:16 +0300
commit1a65895bfd441ea57163ee3e185785c82a81b736 (patch)
tree6acf07e334d43b08740bf68d3bfbc7e257d99693 /src/i18n
parente8536f3d95144945dcbd6bd96542f8401de3f1ed (diff)
initial font support
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 5bd1ddbb..6f439f65 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -236,6 +236,19 @@
"buttonPressedHover": "Button (pressed+hover)",
"input": "Input field"
}
+ },
+ "fonts": {
+ "_tab_label": "Fonts",
+ "help": "Select font to use for elements of UI. For \"custom\" you have to enter exact font name as it appears in system.",
+ "components": {
+ "interface": "Interface",
+ "input": "Input fields",
+ "post": "Post text",
+ "postCode": "Monospaced text in a post (rich text)"
+ },
+ "family": "Font name",
+ "size": "Size (in px)",
+ "weight": "Weight (boldness)"
}
}
},