Skip to content

Commit ea9defa

Browse files
authored
Merge pull request #815 from rbbydotdev/add-highlight-support
add highlight support to toolbar and syntax via ...
2 parents ee9cf67 + cc0cde3 commit ea9defa

20 files changed

+159
-20
lines changed

locales/en/translation.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"selectBlockTypeTooltip": "Select block type",
6363
"placeholder": "Block type"
6464
},
65-
"toggleGroup":"toggle group",
65+
"toggleGroup": "toggle group",
6666
"removeBold": "Remove bold",
6767
"bold": "Bold",
6868
"removeItalic": "Remove italic",
@@ -88,7 +88,9 @@
8888
"checkList": "Check list",
8989
"deleteSandpack": "Delete this code block",
9090
"undo": "Undo {{shortcut}}",
91-
"redo": "Redo {{shortcut}}"
91+
"redo": "Redo {{shortcut}}",
92+
"highlight": "Highlight",
93+
"removeHighlight": "Remove highlight"
9294
},
9395
"admonitions": {
9496
"note": "Note",
@@ -103,7 +105,7 @@
103105
"language": "Code block language",
104106
"selectLanguage": "Select code block language"
105107
},
106-
"contentArea":{
108+
"contentArea": {
107109
"editableMarkdown": "editable markdown"
108110
}
109111
}

locales/es-es/translation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"checkList": "Lista de verificación",
8989
"deleteSandpack": "Borrar este bloque de código",
9090
"undo": "Deshacer {{shortcut}}",
91-
"redo": "Rehacer {{shortcut}}"
91+
"redo": "Rehacer {{shortcut}}",
92+
"highlight": "Resaltar",
93+
"removeHighlight": "Quitar resaltado"
9294
},
9395
"admonitions": {
9496
"note": "Nota",

locales/fr/translation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"checkList": "Liste de tâches",
8989
"deleteSandpack": "Supprimer ce bloc de code",
9090
"undo": "Annuler {{shortcut}}",
91-
"redo": "Rétablir {{shortcut}}"
91+
"redo": "Rétablir {{shortcut}}",
92+
"highlight": "Surligner",
93+
"removeHighlight": "Supprimer le surlignage"
9294
},
9395
"admonitions": {
9496
"note": "Note",

locales/ko-kr/translation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"checkList": "체크 리스트",
8989
"deleteSandpack": "이 코드 블록 삭제",
9090
"undo": "취소 {{shortcut}}",
91-
"redo": "다시 {{shortcut}}"
91+
"redo": "다시 {{shortcut}}",
92+
"highlight": "강조",
93+
"removeHighlight": "강조 제거"
9294
},
9395
"admonitions": {
9496
"note": "메모",

locales/pt-br/translation.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
"deleteSandpack": "Deletar esse bloco de código",
9090
"undo": "Desfazer {{shortcut}}",
9191
"redo": "Refazer {{shortcut}}",
92+
"highlight": "Destacar",
93+
"removeHighlight": "Remover destaque",
9294
"superscript": "Sobrescrito",
9395
"subscript": "Subscrito",
9496
"strikethrough": "Riscado"

locales/ru-ru/translation.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
"deleteSandpack": "Удалить этот блок кода",
9090
"undo": "Отменить {{shortcut}}",
9191
"redo": "Вернуть {{shortcut}}",
92+
"highlight": "Выделить",
93+
"removeHighlight": "Убрать выделение",
9294
"superscript": "Надстрочный",
9395
"subscript": "Подстрочный",
9496
"strikethrough": "Зачёркнутый",

locales/uk-ua/translation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"checkList": "Контрольний список",
8989
"deleteSandpack": "Видалити цей блок коду",
9090
"undo": "Скасувати {{shortcut}}",
91-
"redo": "Повторити скасоване {{shortcut}}"
91+
"redo": "Повторити скасоване {{shortcut}}",
92+
"highlight": "Виділити",
93+
"removeHighlight": "Прибрати виділення"
9294
},
9395
"admonitions": {
9496
"note": "Примітка",

locales/zh-cn/translation.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
"deleteSandpack": "删除 Sandpack",
9090
"undo": "撤销 {{shortcut}}",
9191
"redo": "重做 {{shortcut}}",
92+
"highlight": "高亮",
93+
"removeHighlight": "移除高亮",
9294
"superscript": "上标",
9395
"subscript": "下标",
9496
"strikethrough": "删除线",

locales/zh-tw/translation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"checkList": "核取清單",
8989
"deleteSandpack": "刪除 Sandpack",
9090
"undo": "復原 {{shortcut}}",
91-
"redo": "重做 {{shortcut}}"
91+
"redo": "重做 {{shortcut}}",
92+
"highlight": "螢光標示",
93+
"removeHighlight": "移除螢光標示"
9294
},
9395
"admonitions": {
9496
"note": "注意",

package-lock.json

Lines changed: 25 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)