Closed transkamp closed 8 months ago
Hint: app.json is not translated and uses hard-coded string values. This is just a problem with this sample app, not with the waht3words bundle itself.
I can't find any i18n resource keys in the bundle. in my opnion they are missing here https://github.com/conterra/mapapps-what3words/tree/main/src/main/js/bundles/dn_what3words
The commit 6213fe1 adds the i18n files. Thus the tooltip is now shown in the selected language. As @julkuh mentioned, the app.json is not translated since it only belongs to the sample app and not the bundle itself.
Fixed by Nick now merged into main
If a user starts with the english locale support (https://demos.conterra.de/mapapps/resources/apps/downloads_what3words/index.html?lang=en) the user gets a german locale ui. i18n support ist missing for the intro bundle, and the toggle button.