forked from MapComplete/MapComplete
Add check to new points as not to add points for disabled layers
This commit is contained in:
parent
f544ca805a
commit
16394bb08f
2 changed files with 16 additions and 0 deletions
|
@ -379,6 +379,10 @@ export default class Translations {
|
|||
fr: "Ajouter un/une {category} ici",
|
||||
gl: "Engadir {category} aquí",
|
||||
de: "Hier eine {category} hinzufügen"
|
||||
}),
|
||||
layerNotEnabled: new T({
|
||||
"en":"The layer {layer} is not enabled. Enable this layer to add a point",
|
||||
"nl":"De laag {layer} is gedeactiveerd. Activeer deze om een punt toe te voegn"
|
||||
})
|
||||
},
|
||||
pickLanguage: new T({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue