U4-6383 Download all translation tasks as XML Error
#U4-6383 Fixed Due in version 7.2.5
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
@@ -2063,6 +2063,7 @@
|
||||
<Content Include="Umbraco\PartialViewMacros\Templates\Navigation.cshtml" />
|
||||
<Content Include="Umbraco\PartialViewMacros\Templates\SiteMap.cshtml" />
|
||||
<Content Include="Umbraco\Views\AuthorizeUpgrade.cshtml" />
|
||||
<Content Include="Umbraco\Translation\translationTasks.dtd" />
|
||||
<None Include="Umbraco_client\CodeMirror\js\mode\coffeescript\LICENSE" />
|
||||
<None Include="Umbraco_client\CodeMirror\js\mode\pascal\LICENSE" />
|
||||
<None Include="Umbraco_client\CodeMirror\js\mode\perl\LICENSE" />
|
||||
|
||||
39
src/Umbraco.Web.UI/umbraco/translation/translationTasks.dtd
Normal file
39
src/Umbraco.Web.UI/umbraco/translation/translationTasks.dtd
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--DTD generated by XMLSpy v2007 sp1 (http://www.altova.com)-->
|
||||
<!ELEMENT translationTasks ((task))>
|
||||
<!ATTLIST translationTasks
|
||||
TotalWords CDATA #REQUIRED
|
||||
>
|
||||
<!ELEMENT task ((Comment, PreviewUrl, node, task*))>
|
||||
<!ATTLIST task
|
||||
Date CDATA #REQUIRED
|
||||
Id ID #REQUIRED
|
||||
NodeId CDATA #REQUIRED
|
||||
TotalWords CDATA #REQUIRED
|
||||
>
|
||||
<!ELEMENT node ((data+))>
|
||||
<!ATTLIST node
|
||||
createDate CDATA #REQUIRED
|
||||
creatorID CDATA #REQUIRED
|
||||
creatorName CDATA #REQUIRED
|
||||
id CDATA #REQUIRED
|
||||
level CDATA #REQUIRED
|
||||
nodeName CDATA #REQUIRED
|
||||
nodeType CDATA #REQUIRED
|
||||
nodeTypeAlias CDATA #REQUIRED
|
||||
parentID CDATA #REQUIRED
|
||||
path CDATA #REQUIRED
|
||||
sortOrder CDATA #REQUIRED
|
||||
template CDATA #REQUIRED
|
||||
updateDate CDATA #REQUIRED
|
||||
urlName CDATA #REQUIRED
|
||||
version CDATA #REQUIRED
|
||||
writerID CDATA #REQUIRED
|
||||
writerName CDATA #REQUIRED
|
||||
>
|
||||
<!ELEMENT data (#PCDATA)>
|
||||
<!ATTLIST data
|
||||
alias CDATA #REQUIRED
|
||||
>
|
||||
<!ELEMENT PreviewUrl (#PCDATA)>
|
||||
<!ELEMENT Comment EMPTY>
|
||||
Reference in New Issue
Block a user