summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-06 10:26:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-06 10:26:52 +0100
commit042523bf2b68586a6a8a769bd10e62e88ee2bafe (patch)
treecb1aff7f6c378a6c0ccaf16c623fa5d4ef372ed1 /i18n.h
parent7fbd1c56757a7bdb19762c976a6ae5847da0113d (diff)
downloadvdr-042523bf2b68586a6a8a769bd10e62e88ee2bafe.tar.gz
vdr-042523bf2b68586a6a8a769bd10e62e88ee2bafe.tar.bz2
Added Danish language texts
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n.h b/i18n.h
index b28511a8..5bd9f17f 100644
--- a/i18n.h
+++ b/i18n.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.h 1.13 2004/10/16 11:50:41 kls Exp $
+ * $Id: i18n.h 1.14 2004/11/06 10:26:52 kls Exp $
*/
#ifndef __I18N_H
@@ -12,7 +12,7 @@
#include <stdio.h>
-const int I18nNumLanguages = 19;
+const int I18nNumLanguages = 20;
typedef const char *tI18nPhrase[I18nNumLanguages];