mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed language code entry for Portuguese
This commit is contained in:
parent
adb92a1999
commit
4bbbd89ee9
1
HISTORY
1
HISTORY
@ -6690,3 +6690,4 @@ Video Disk Recorder Revision History
|
|||||||
(reported by Rolf Ahrenberg).
|
(reported by Rolf Ahrenberg).
|
||||||
- The cutter now sets the 'broken link' flag for MPEG2 TS recordings (thanks to
|
- The cutter now sets the 'broken link' flag for MPEG2 TS recordings (thanks to
|
||||||
Oliver Endriss).
|
Oliver Endriss).
|
||||||
|
- Fixed language code entry for Portuguese.
|
||||||
|
4
i18n.c
4
i18n.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: i18n.c 2.3 2011/02/20 15:56:20 kls Exp $
|
* $Id: i18n.c 2.4 2011/08/15 10:01:45 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -40,7 +40,7 @@ const char *LanguageCodeList[] = {
|
|||||||
"slv,slo",
|
"slv,slo",
|
||||||
"ita",
|
"ita",
|
||||||
"dut,nla,nld",
|
"dut,nla,nld",
|
||||||
"por",
|
"prt",
|
||||||
"fra,fre",
|
"fra,fre",
|
||||||
"nor",
|
"nor",
|
||||||
"fin,suo",
|
"fin,suo",
|
||||||
|
Loading…
Reference in New Issue
Block a user