AmyMikhail / Geomapcoder

Multilingual shiny app to find and geocode postal addresses on a map
GNU General Public License v3.0
3 stars 2 forks source link

Some text not translated when non-default language buttons are pressed #4

Closed AmyMikhail closed 4 months ago

AmyMikhail commented 5 months ago

Problem statement:

All required translations are available in the translation.json file. However, some text is still not being translated when a non-English language button is clicked - specifically:

All the items that are not being translated are uiOutput() or DTOutput() while the items that are successfully translated are input buttons. Note that the output elements change based on user input (the two drop-down menus only appear and are populated when the user selects a shapefile to upload, the DT table is only populated when the user clicks on points on the map and annotates them with an ID).

AmyMikhail commented 4 months ago

Fixed with merge request from @temuulene