Revert t function to returning the plain string by default

Add `t.html` function for getting the string with the `lang` attribute
This commit is contained in:
Quincy Morgan
2020-09-22 12:03:29 -04:00
parent a3549f9a76
commit 5435082d9c
132 changed files with 597 additions and 580 deletions

View File

@@ -108,7 +108,7 @@ export function modeSelectNote(context, selectedNoteID) {
_behaviors.forEach(context.install);
_keybinding
.on(t('inspector.zoom_to.key', { html: false }), mode.zoomToSelected)
.on(t('inspector.zoom_to.key'), mode.zoomToSelected)
.on('⎋', esc, true);
d3_select(document)