summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-16 12:00:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-16 12:00:44 +0200
commita31266c9ecfcf7af9781c47a6b246c5108a2e597 (patch)
tree737edb3fa17786678b53b467dad63a8bcecb502c /i18n.h
parent27895be475763321d36e476578fc7d4712f1a600 (diff)
downloadvdr-a31266c9ecfcf7af9781c47a6b246c5108a2e597.tar.gz
vdr-a31266c9ecfcf7af9781c47a6b246c5108a2e597.tar.bz2
Added Estonian 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 839ac6ed..b28511a8 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.12 2004/05/16 10:52:40 kls Exp $
+ * $Id: i18n.h 1.13 2004/10/16 11:50:41 kls Exp $
*/
#ifndef __I18N_H
@@ -12,7 +12,7 @@
#include <stdio.h>
-const int I18nNumLanguages = 18;
+const int I18nNumLanguages = 19;
typedef const char *tI18nPhrase[I18nNumLanguages];