summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-03-11 10:17:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-03-11 10:17:55 +0100
commit567033135d8769ef59f7442c1b23410214bb6ed3 (patch)
treef22092496e74ed94200658072c8073175d015279 /i18n.h
parent93ad92da140c982365335f2452e9eb46aa2dc846 (diff)
downloadvdr-567033135d8769ef59f7442c1b23410214bb6ed3.tar.gz
vdr-567033135d8769ef59f7442c1b23410214bb6ed3.tar.bz2
Added Turkish 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 b6c217b7..085dd924 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.18 2006/03/26 09:08:00 kls Exp $
+ * $Id: i18n.h 1.19 2007/03/11 09:52:16 kls Exp $
*/
#ifndef __I18N_H
@@ -12,7 +12,7 @@
#include <stdio.h>
-const int I18nNumLanguages = 21;
+const int I18nNumLanguages = 22;
typedef const char *tI18nPhrase[I18nNumLanguages];