diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 96eeb115..abb4e467 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -506,6 +506,23 @@
"message": "Remove section",
"description": "Label for the button to remove a section"
},
+ "setStylelintLink": {
+ "message": "Get a full list of rules from $link$",
+ "description": "Stylelint rules link",
+ "placeholders": {
+ "link": {
+ "content": "$1"
+ }
+ }
+ },
+ "setStylelintRules": {
+ "message": "Set stylelint rules",
+ "description": "Stylelint popup header"
+ },
+ "setStylelintError": {
+ "message": "Invalid JSON format",
+ "description": "Stylelint invalid JSON message"
+ },
"shortcuts": {
"message": "Shortcuts",
"description": "Go to shortcut configuration"
diff --git a/edit.html b/edit.html
index 87612e11..fa2d29eb 100644
--- a/edit.html
+++ b/edit.html
@@ -198,6 +198,9 @@
+
@@ -219,6 +222,9 @@
+
+
+