diff trunk/src/lang_de.d @ 349:a0711c57c1db

- Added variable 'lang_code' to language files. - Changed the variable 'language' in config.d to 'langfile'. It must contain the path to the language file.
author aziz
date Sat, 25 Aug 2007 11:13:01 +0000
parents f13d551d7c4f
children 511c14950cac
line wrap: on
line diff
--- a/trunk/src/lang_de.d	Fri Aug 24 22:55:02 2007 +0000
+++ b/trunk/src/lang_de.d	Sat Aug 25 11:13:01 2007 +0000
@@ -3,6 +3,8 @@
   License: GPL3
 +/
 
+string lang_code = "de";
+
 string[] messages = [
   // Lexer messages:
   "ungültiges Unicodezeichen.",