diff IBBoard.csproj @ 73:091bfa54d6c7

Re #33: Add method to get list of available translations * Add "translation language" object to pair up code and name * Load all translations at initialisation time Also: * Remove rogue "set" property on abstract translation set
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Apr 2010 18:58:30 +0000
parents b5d7e8b93205
children da339d10c5fe
line wrap: on
line diff
--- a/IBBoard.csproj	Tue Apr 06 18:20:14 2010 +0000
+++ b/IBBoard.csproj	Tue Apr 06 18:58:30 2010 +0000
@@ -138,6 +138,7 @@
     <Compile Include="Lang\ModifiableTranslationSet.cs" />
     <Compile Include="Lang\TranslationXmlLoader.cs" />
     <Compile Include="Lang\AbstractTranslationSet.cs" />
+    <Compile Include="Lang\TranslationLanguage.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="libs\log4net.dll" />