mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added 'smi' to the Finnish language codes
This commit is contained in:
parent
a5673f5b05
commit
5350b65b37
1
HISTORY
1
HISTORY
@ -3434,3 +3434,4 @@ Video Disk Recorder Revision History
|
|||||||
format to use for playing wide screen video on a 4:3 tv set.
|
format to use for playing wide screen video on a 4:3 tv set.
|
||||||
- Changed MAXDPIDS to 16 (8xAC3 + 8xDTS) (thanks to Werner Fink for pointing this out).
|
- Changed MAXDPIDS to 16 (8xAC3 + 8xDTS) (thanks to Werner Fink for pointing this out).
|
||||||
- Completed Dutch language texts (thanks to Hans Dingemans).
|
- Completed Dutch language texts (thanks to Hans Dingemans).
|
||||||
|
- Added 'smi' to the Finnish language codes (thanks to Rolf Ahrenberg).
|
||||||
|
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 1.179 2005/02/26 10:27:08 kls Exp $
|
* $Id: i18n.c 1.180 2005/02/26 10:34:17 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -133,7 +133,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"por",
|
"por",
|
||||||
"fra,fre",
|
"fra,fre",
|
||||||
"nor",
|
"nor",
|
||||||
"fin",
|
"fin,smi",
|
||||||
"pol",
|
"pol",
|
||||||
"esl,spa",
|
"esl,spa",
|
||||||
"ell,gre",
|
"ell,gre",
|
||||||
|
Loading…
Reference in New Issue
Block a user