Is there any way to version handle translations that is added under Websites?
It would be nice to be able to add the translations to the repo the same way we can modify and update definitions. We’ve run into the issue multiple times where the texts, that has been added during development, are lost due to restoring a database from production in test.
I know that you can export the texts, but that’s a very manual task and prone to user errors to be reliable.
What translations are you talking about? if you are talking about field name and template name translations you can add translations to your definitions files that you have under version control but if you work with translation directly in litium you need to export your changes.
we work with the translations in the definitions and have a script in our deployment pipeline to always apply the definition every deploy to a environment to keep them the same in all environment without having to handle that manually.
No I’m talking about the texts under each Website. Not sure exactly what they’re called.
We’re using the same setup for our definitions, but what I’m wondering is if there’s a way to work with resx files or such to at least make sure that we have all reference strings version handled in the same way as we have definitions. Does it make sense?
The is no product support this. But litium have made tool for litium 7 to handle websitestring that i have used in litium 8 accelerator projects with minor modification but i haven’t used it in a react projekt yet.
Using this your website text are in the code and you can decide if you want to update them when the application starts or only create them if they don’t exist.
since i have used it in a react projectI am not sure if there are things in the reactaccelerator that is missing that this tool requires.