mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 15:33:50 +00:00
i18n
This commit is contained in:
@@ -33,7 +33,7 @@ iD.ui.PresetGrid = function(context) {
|
|||||||
} else {
|
} else {
|
||||||
var value = search.property('value'),
|
var value = search.property('value'),
|
||||||
presets = filter(value);
|
presets = filter(value);
|
||||||
message.text('' + presets.length + ' results for ' + value);
|
message.text(t('inspector.results', {n: presets.length, search: value}));
|
||||||
grid.call(drawGrid, presets);
|
grid.call(drawGrid, presets);
|
||||||
grid.classed('filtered', value.length);
|
grid.classed('filtered', value.length);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -185,7 +185,8 @@ locale.en = {
|
|||||||
name: "Name",
|
name: "Name",
|
||||||
editing: "Editing {type}",
|
editing: "Editing {type}",
|
||||||
additional: "Additional tags",
|
additional: "Additional tags",
|
||||||
choose: "What are you adding?"
|
choose: "What are you adding?",
|
||||||
|
results: "{n} results for {search}"
|
||||||
},
|
},
|
||||||
|
|
||||||
layerswitcher: {
|
layerswitcher: {
|
||||||
|
|||||||
Reference in New Issue
Block a user