Closed hupe13 closed 2 years ago
Hi hupe,
the problem should be near to these lines:
To understand how you can make a string translatable you can take look at: yohanboniface/Leaflet.i18n
courtesy of leaflet-ui >= 0.5.4 😄
After I found the solution, it's very simple:
label.text(items.length ? L._((items[idx][0].toUpperCase() + items[idx].slice(1))) : '');
Version 2.2.6
Hi Raruto,
I translated all strings. But I can't change this one:
No matter whether Altitude, Slope, Speed or Acceleration appears.
Can you please fix this? Thank you very much.