diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-05-11 11:04:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-05-11 11:04:29 +0200 |
commit | 5f3ad4fc9b179d96ed55136d3514643df90696d0 (patch) | |
tree | dd4157ce486b69f065bee482c19726794b1f038b | |
parent | f0315634001cc35efe400f74e17c28fb6af94c65 (diff) | |
download | vdr-5f3ad4fc9b179d96ed55136d3514643df90696d0.tar.gz vdr-5f3ad4fc9b179d96ed55136d3514643df90696d0.tar.bz2 |
Added the language code for Bulgarian
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | i18n.c | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4107407a..6bd3af04 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3588,6 +3588,7 @@ Helmut Binder <cco@aon.at> for suggesting to add __attribute__((packed)) to tIndexPes and tIndexTs for helping with the implementation of retuning if the received transponder's SDT doesn't contain the expected values for NID and TID + for adding the language code for Bulgarian Ulrich Eckhardt <uli@uli-eckhardt.de> for reporting a problem with shutdown after user inactivity in case a plugin is @@ -9420,7 +9420,7 @@ Video Disk Recorder Revision History - Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders broadcasting in "backwards compatibility mode" according to ETSI EN 300 468 (thanks to Onur Sentürk). -2020-05-05: +2020-05-11: - Fixed moving channels between number groups in SVDRP's MOVC command and the Channels menu, in case a channel is moved to a higher number and into a numbered group @@ -9431,3 +9431,4 @@ Video Disk Recorder Revision History - Fixed compatibility with current versions of glibc (thanks to Manuel Reimer). - The SVDRP command DELC now also accepts a channel id (suggested by Manuel Reimer). - Fixed dropping capabilities in case cap_sys_time is not available. +- Added the language code for Bulgarian (thanks to Helmut Binder). @@ -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 }; |