summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-11-11 10:39:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2000-11-11 10:39:27 +0100
commitb668b2d013cdd79ace08f9e89817cc631ef555d0 (patch)
treeb889a7d910cfa36978a92e162d91177f91c7466d /i18n.h
parent1d828252b6f6f3af4f3f718f8cf1e8d67c4678ea (diff)
downloadvdr-b668b2d013cdd79ace08f9e89817cc631ef555d0.tar.gz
vdr-b668b2d013cdd79ace08f9e89817cc631ef555d0.tar.bz2
Implemented internationalization
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
new file mode 100644
index 00000000..c94241a5
--- /dev/null
+++ b/i18n.h
@@ -0,0 +1,19 @@
+/*
+ * i18n.h: Internationalization
+ *
+ * See the main source file 'vdr.c' for copyright information and
+ * how to reach the author.
+ *
+ * $Id: i18n.h 1.1 2000/11/11 09:27:25 kls Exp $
+ */
+
+#ifndef __I18N_H
+#define __I18N_H
+
+extern const int NumLanguages;
+
+const char *tr(const char *s);
+
+const char * const * Languages(void);
+
+#endif //__I18N_H