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

View File

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