Created
July 6, 2020 16:51
-
-
Save alasvant/431751d2823aa01d770f56af1741d1d0 to your computer and use it in GitHub Desktop.
Sample localization of custom Episerver activity and its action types.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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