summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-11-01 10:38:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-11-01 10:38:27 +0100
commit2fa568654d92277511ee53e66fc73b5dc6efd376 (patch)
tree706d1f8755e31c5c959d969d327933ad38e9aa13 /i18n.c
parent92ae9f154ef4ef2944883cea810e56da58c94ede (diff)
downloadvdr-2fa568654d92277511ee53e66fc73b5dc6efd376.tar.gz
vdr-2fa568654d92277511ee53e66fc73b5dc6efd376.tar.bz2
Added Ukrainian language texts
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n.c b/i18n.c
index da699d97..a018f238 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c 1.317 2007/08/24 14:03:47 kls Exp $
+ * $Id: i18n.c 1.318 2007/11/01 10:38:27 kls Exp $
*
*
*/
@@ -59,6 +59,7 @@ const char *LanguageCodeList[] = {
"dan",
"cze,ces",
"tur",
+ "ukr",
NULL
};