Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Deployment of Multiple Translation Languages on Dataverse #96

Open
devmarcosanjos opened this issue Apr 1, 2024 · 1 comment

Comments

@devmarcosanjos
Copy link

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?

@pdurbin
Copy link
Member

pdurbin commented Apr 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants