geostyler / geostyler

Generic Styler for geodata
http://geostyler.org
BSD 2-Clause "Simplified" License
254 stars 57 forks source link

Internationalization #285

Closed KaiVolland closed 6 years ago

KaiVolland commented 6 years ago

We should think about a startegy to support internationalization.

https://github.com/terrestris/geostyler/pull/284 introduces an approach by props which is very dynamic but leads to a massive prop overload.

We should make use of a concept like the Locale Provider of antd to reduce the amount of props to the needed props only.

KaiVolland commented 6 years ago

Should be closed by https://github.com/terrestris/geostyler/pull/294