geoman-io / leaflet-geoman

🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers

Home Page:https://geoman.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translation problem with texts related to measurements in the Pro version

neterror opened this issue · comments

I enable the measurement functionality of Geoman Pro with:
map.pm.setGlobalOptions({measurements: {measurement: true}});

It works as expected with some languages (english, german, polish). For other languages like French it displays 'undefined' for the measurement text titles. It looks like some text keys like coordinatesMarker are missing from the localization files.

Steps to reproduce:

  1. map.pm.setGlobalOptions({measurements: {measurement: true}});
  2. map.pm.setLang('fr');
  3. Observe the measurements.

My geoman-pro account is plamen@abrites.com

Thank you for submitting this issue. We will take care of it.