diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-03-26 15:18:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-03-26 15:18:46 +0100 |
commit | f12adec8c7a1dcc1bb23f7c82c6ccf500ceae6e1 (patch) | |
tree | a3756e6b8ce5b7f5b200a172a95a1412f7ba5454 /i18n.c | |
parent | 779238c359cdb9c0d5d827d73cd84597f66acef1 (diff) | |
download | vdr-f12adec8c7a1dcc1bb23f7c82c6ccf500ceae6e1.tar.gz vdr-f12adec8c7a1dcc1bb23f7c82c6ccf500ceae6e1.tar.bz2 |
Added some 3-letter language codes
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.152 2004/03/13 10:59:23 kls Exp $ + * $Id: i18n.c 1.153 2004/03/26 15:02:59 kls Exp $ * * Translations provided by: * @@ -115,11 +115,11 @@ const tI18nPhrase Phrases[] = { "iso8859-5", }, // The 3-letter names of the language (this MUST be the third phrase!): - { "eng", + { "eng,dos", "deu,ger", "slv", "ita", - "dut,nla", + "dut,nla,nld", "por", "fra,fre", "nor", |