OpenSeaMap / online_chart

OpenSeaMap fullscreen browser chart.
http://map.openseamap.org/
64 stars 32 forks source link

Fix php bugs related to translation #183

Closed wschildbach closed 9 months ago

wschildbach commented 10 months ago

Some clients/user agents don't send their preferred language; this needs to be handled in the code by using a default. Also, the key for accessing the translation for the satellite layer used incorrect camel casing.

stevo01 commented 9 months ago

Some clients/user agents don't send their preferred language; this needs to be handled in the code by using a default. Also, the key for accessing the translation for the satellite layer used incorrect camel casing.

Your patch and description look good to me.