Labels are fixed in the code and do not run through standard translation methods.
See: https://github.com/mapbender/mapbender-digitizer/blob/master/Resources/public/mapbender.element.digitizer.js#L563
Goal: follow Mapbender standards for text translations
- messages in multiple languages located server side
- server picks language, forwards concrete translation mapping to JS client
- JS client runs strings through Mapbender.trans()
Labels are fixed in the code and do not run through standard translation methods.
See: https://github.com/mapbender/mapbender-digitizer/blob/master/Resources/public/mapbender.element.digitizer.js#L563
Goal: follow Mapbender standards for text translations