mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-22 02:53:35 +00:00
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:
@@ -72,7 +72,7 @@ export function modeSelectData(context, selectedDatum) {
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user