mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added Serbian language texts
This commit is contained in:
parent
1722cb7bd1
commit
698ffdc970
@ -2652,3 +2652,6 @@ Joerg Bornkessel <hd_brummy@gentoo.org>
|
|||||||
Andreas Oberritter <obi@opendreambox.org>
|
Andreas Oberritter <obi@opendreambox.org>
|
||||||
for suggesting to retrieve the include path to the freetype2 header files
|
for suggesting to retrieve the include path to the freetype2 header files
|
||||||
via a call to 'pkg-config --cflags freetype2'
|
via a call to 'pkg-config --cflags freetype2'
|
||||||
|
|
||||||
|
Milan Cvijanovic <elcom_cvijo@hotmail.com>
|
||||||
|
for translating OSD texts to the Serbian language
|
||||||
|
1
HISTORY
1
HISTORY
@ -6534,3 +6534,4 @@ Video Disk Recorder Revision History
|
|||||||
Thanks to Reinhard Nissl for some valuable input, help with debugging, and an
|
Thanks to Reinhard Nissl for some valuable input, help with debugging, and an
|
||||||
implementation of the AlphaBlend() function.
|
implementation of the AlphaBlend() function.
|
||||||
- Updated the Slovakian language texts (thanks to Milan Hrala).
|
- Updated the Slovakian language texts (thanks to Milan Hrala).
|
||||||
|
- Added Serbian language texts (thanks to Milan Cvijanovic).
|
||||||
|
3
i18n.c
3
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.2 2010/09/19 11:22:39 kls Exp $
|
* $Id: i18n.c 2.3 2011/02/20 15:56:20 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -52,6 +52,7 @@ const char *LanguageCodeList[] = {
|
|||||||
"hun",
|
"hun",
|
||||||
"cat,cln",
|
"cat,cln",
|
||||||
"rus",
|
"rus",
|
||||||
|
"srb,srp,scr,scc",
|
||||||
"hrv",
|
"hrv",
|
||||||
"est",
|
"est",
|
||||||
"dan",
|
"dan",
|
||||||
|
1349
po/sr_SR.po
Normal file
1349
po/sr_SR.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user