summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-05-11 11:04:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-05-11 11:04:29 +0200
commit5f3ad4fc9b179d96ed55136d3514643df90696d0 (patch)
treedd4157ce486b69f065bee482c19726794b1f038b /i18n.c
parentf0315634001cc35efe400f74e17c28fb6af94c65 (diff)
downloadvdr-5f3ad4fc9b179d96ed55136d3514643df90696d0.tar.gz
vdr-5f3ad4fc9b179d96ed55136d3514643df90696d0.tar.bz2
Added the language code for Bulgarian
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 f010b6bc..cd5906dd 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 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
};