add extra language as example

This commit is contained in:
Jack Baron 2020-02-01 20:31:56 +00:00
parent 9b8441c7ff
commit e6e32af20c
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064
2 changed files with 171 additions and 157 deletions

View file

@ -0,0 +1,10 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="ResourceDictionaryName">i18n:en-GB</sys:String>
<sys:String x:Key="WindowTitle">ModAssistant</sys:String>
<sys:String x:Key="AgreeButton">I Agree</sys:String>
<sys:String x:Key="DisagreeButton">Disagree</sys:String>
</ResourceDictionary>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@ -86,6 +86,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Localisation\en-GB.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\Intro.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>