This commit is contained in:
2022-01-02 16:17:18 +10:00
parent 21cd4b2018
commit 3067bd1bfc
2 changed files with 3 additions and 3 deletions

View File

@@ -36,6 +36,7 @@
</Content> </Content>
<Content Remove="node_modules\**" /> <Content Remove="node_modules\**" />
<Content Remove="wwwroot\scripts\ts\test.ts" /> <Content Remove="wwwroot\scripts\ts\test.ts" />
<Content Remove="languages\**" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@@ -62,14 +63,12 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="languages\english" />
<Folder Include="tables\archived" /> <Folder Include="tables\archived" />
<Content Include="xslt\orderXMLtoHTML.xslt" /> <Content Include="xslt\orderXMLtoHTML.xslt" />
<Content Include="xslt\orderHtmltoXML.xslt" /> <Content Include="xslt\orderHtmltoXML.xslt" />
<Content Include="xslt\htmlToEscPos.xslt" /> <Content Include="xslt\htmlToEscPos.xslt" />
<Content Include=".gitignore" /> <Content Include=".gitignore" />
<Folder Include="wwwroot\fonts" /> <Folder Include="wwwroot\fonts" />
<Folder Include="wwwroot\scripts\js" />
<Folder Include="wwwroot\styles\css" /> <Folder Include="wwwroot\styles\css" />
</ItemGroup> </ItemGroup>
@@ -381,6 +380,7 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Remove="node_modules\**" /> <EmbeddedResource Remove="node_modules\**" />
<EmbeddedResource Remove="languages\**" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -3,7 +3,7 @@
mode: [], mode: [],
languageVars: {} languageVars: {}
} }
/** Parses a language variable. */ /** Parses a language variable. */
let lang = (key: string, replacements?: string[] | string) => { let lang = (key: string, replacements?: string[] | string) => {