Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,8 @@
},
"popupZoom": {
"message": "Zoom to here"
},
"fIndexNoFeatures": {
"message": "No features found"
}
}
3 changes: 3 additions & 0 deletions src/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,8 @@
},
"popupZoom": {
"message": "Zoomer ici"
},
"fIndexNoFeatures": {
"message": "Aucun élément géographique trouvé"
}
}
3 changes: 3 additions & 0 deletions src/_locales/sv/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,8 @@
},
"popupZoom": {
"message": "Zooma hit"
},
"fIndexNoFeatures": {
"message": "Inget geografiskt objekt hittades"
}
}
2 changes: 1 addition & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ document.addEventListener("readystatechange", () => {
"kbdShortcuts", "kbdMovement", "kbdFeature", "kbdPanUp", "kbdPanDown",
"kbdPanLeft", "kbdPanRight", "kbdPanIncrement", "kbdZoom",
"kbdPrevFeature", "kbdNextFeature", "dfLayer", "dfPastedLayer",
"popupZoom"
"popupZoom","fIndexNoFeatures"
];

options.locale = {};
Expand Down