diff mde/mde.d @ 107:20f7d813bb0f

Translation: now has a file for each locale, instead of a file for each section. Items updated; all strings translated. New unittest for Translation; I realised the old one wasn't run anymore. Changed unittest data and conf dirs.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 30 Nov 2008 17:17:56 +0000
parents 42e241e7be3e
children 9ac208b53582
line wrap: on
line diff
--- a/mde/mde.d	Sat Nov 29 16:43:44 2008 +0000
+++ b/mde/mde.d	Sun Nov 30 17:17:56 2008 +0000
@@ -33,6 +33,7 @@
 debug (mdeUnitTest) {                   // These modules contain unittests which wouldn't be run otherwise.
     import mde.file.ssi;
     import mde.file.mergetag.mdeUT;
+    import mde.lookup.Translation;
 }
 
 //BEGIN A simple drawable to print a message in the window.