Chriztian Steinmeier
10/25/2023, 9:10 AM/Config/Lang/da.user.xml
and keep them from getting overwritten by upgrades. The docs still reference this location and it does work locally, but when you deploy to Umbraco Cloud, the Config folder is never copied to the website, so there must be a new way to do this that has not been documented (or I couldn't find it). Do we need to add a dummy package with these files now, for this to work?Anders Bjerner
10/25/2023, 10:47 AMConfig
folder is dead.
But /App_Plugins/YourPackage/Lang/da.user.xml
should still work I think (haven't used user language files for a while)Chriztian Steinmeier
10/25/2023, 10:54 AMAnders Bjerner
10/25/2023, 11:00 AMxml
<ItemGroup>
<Content Include="App_Plugins\ProjectName\**\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>