mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
i18n
This commit is contained in:
@@ -33,7 +33,7 @@ iD.ui.PresetGrid = function(context) {
|
||||
} else {
|
||||
var value = search.property('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.classed('filtered', value.length);
|
||||
}
|
||||
|
||||
@@ -185,7 +185,8 @@ locale.en = {
|
||||
name: "Name",
|
||||
editing: "Editing {type}",
|
||||
additional: "Additional tags",
|
||||
choose: "What are you adding?"
|
||||
choose: "What are you adding?",
|
||||
results: "{n} results for {search}"
|
||||
},
|
||||
|
||||
layerswitcher: {
|
||||
|
||||
Reference in New Issue
Block a user