Skip to content

Commit 7dc54a0

Browse files
authored
DEV: Move settings descriptions to locales/en.yml (#33)
This makes translations of the descriptions of the settings with Crowdin possible. Also updated setting description to Font Awesome 6
1 parent 3f5be31 commit 7dc54a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

locales/en.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
en:
22
theme_metadata:
33
settings:
4+
add_whitespace:
5+
description: "If checked, this will add some whitespace between the default Discourse header icons and the custom icons added via this component"
6+
Svg_icons:
7+
description: "Include FontAwesome 6 icon classes for each icon used in the list."
48
header_links:
59
description: Custom links to be displayed in the header
610
schema:

settings.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
add_whitespace:
22
type: bool
33
default: false
4-
description:
5-
en: "If checked, this will add some whitespace between the default Discourse header icons and the custom icons added via this component"
64
Svg_icons:
75
type: "list"
86
list_type: "compact"
97
default: "fab-facebook|fab-twitter"
10-
description:
11-
en: "Include FontAwesome 5 icon classes for each icon used in the list."
128
header_links:
139
type: objects
1410
default:

0 commit comments

Comments
 (0)