})
.catch(() => {
// eslint-disable-next-line no-alert
- alert(I18n.t("site.index.remote_failed"));
+ alert(OSM.i18n.t("site.index.remote_failed"));
});
function sendRemoteEditCommand(url) {
.removeAttr("title")
.tooltip({
placement: "bottom",
- title: I18n.t("javascripts.edit_help")
+ title: OSM.i18n.t("javascripts.edit_help")
})
.tooltip("show");
page.pushstate = page.popstate = function () {
map.setSidebarOverlaid(true);
- document.title = I18n.t("layouts.project_name.title");
+ document.title = OSM.i18n.t("layouts.project_name.title");
};
page.load = function () {