Skip to content

Instantly share code, notes, and snippets.

@alasvant
Created July 6, 2020 16:51
Show Gist options
  • Save alasvant/431751d2823aa01d770f56af1741d1d0 to your computer and use it in GitHub Desktop.
Save alasvant/431751d2823aa01d770f56af1741d1d0 to your computer and use it in GitHub Desktop.
Sample localization of custom Episerver activity and its action types.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<languages>
<language name="English" id="en">
<changelog>
<activitytypes>
<contentsecurity>
<description>Content security</description>
<!-- ContentSecurityActionType -->
<recursivereplace>Recursive replace</recursivereplace>
<recursivemodify>Recursive modify</recursivemodify>
<modify>Modify</modify>
<replace>Replace</replace>
<replacechildpermissions>Replace child permission</replacechildpermissions>
<mergechildpermissions>Merge child permission</mergechildpermissions>
</contentsecurity>
</activitytypes>
</changelog>
</language>
</languages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment