dataverse-docker icon indicating copy to clipboard operation
dataverse-docker copied to clipboard

Problem with Deployment of Multiple Translation Languages on Dataverse

Open devmarcosanjos opened this issue 10 months ago • 1 comments

I am facing difficulties trying to deploy multiple translation languages on Dataverse. Initially, I configured the .env file, passing an array containing the desired languages, however, the file is not importing the languages correctly. Later, after building Dataverse, I entered the container and used a flag to add a dropdown menu with language options. Although the menu is working, the translation is not being applied correctly.

MAINLANG=[en,pt,se,es] curl http://localhost:8080/api/admin/settings/:Languages -X PUT -d '[{"locale":"en","title":"English"},{"locale":"pt","title":"Portuguese"},{"locale":"es","title":"Spanish"},{"locale":"se","title":"Swedish"}]'

Screenshot 2024-04-01 171540

Could someone help me? What step am I missing?

devmarcosanjos avatar Apr 01 '24 20:04 devmarcosanjos

Hi! We are talking about this here: https://docs.google.com/document/d/1toiFxJKGvrYMy9KrW9GZ4U6FLGhMaCipJ9ggtvZFwgc/edit?usp=sharing

pdurbin avatar Apr 11 '24 14:04 pdurbin