diff options
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 2.5 2012/09/01 10:53:43 kls Exp $ + * $Id: i18n.c 4.1 2020/05/11 11:04:29 kls Exp $ */ /* @@ -60,6 +60,7 @@ const char *LanguageCodeList[] = { "tur", "ukr", "ara", + "bul", NULL }; |