From ab0beb2ddbc30ac46290f4ecd63e78e9a26f3593 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 19 Sep 2010 12:36:07 +0200 Subject: Added support for languages that are written right-to-left --- i18n.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index 98544d2a..d6430340 100644 --- a/i18n.c +++ b/i18n.c @@ -4,9 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 2.1 2008/09/06 12:24:43 kls Exp $ - * - * + * $Id: i18n.c 2.2 2010/09/19 11:22:39 kls Exp $ */ /* @@ -60,6 +58,7 @@ const char *LanguageCodeList[] = { "cze,ces", "tur", "ukr", + "ara", NULL }; -- cgit v1.2.3