summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-09-06 12:22:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-09-06 12:22:46 +0200
commit1f0776c548d800008e4250b59b4ac8b67c667f3a (patch)
treef5f0866785e2e27abdcdf2d9af3cfa22febd7768
parent5da044b4ae504e15de7acd09f0ebec5b41b70c78 (diff)
downloadvdr-1f0776c548d800008e4250b59b4ac8b67c667f3a.tar.gz
vdr-1f0776c548d800008e4250b59b4ac8b67c667f3a.tar.bz2
Replaced the Finnish language code "smi" with "suo"
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY1
-rw-r--r--i18n.c4
3 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index c3a310b7..8b83c835 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1053,6 +1053,7 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi>
language
for fixing displaying the free disk space when entering the recordings menu where
the last replayed recording was in a subdirectory, and pressing Back
+ for replacing the Finnish language code "smi" with "suo"
Ralf Klueber <ralf.klueber@vodafone.com>
for reporting a bug in cutting a recording if there is only a single editing mark
diff --git a/HISTORY b/HISTORY
index 15ab2afe..bb4dc180 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5754,3 +5754,4 @@ Video Disk Recorder Revision History
- Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger).
- Fixed a problem with calling isyslog() from within the SignalHandler() (thanks
to Udo Richter).
+- Replaced the Finnish language code "smi" with "suo" (thanks to Rolf Ahrenberg).
diff --git a/i18n.c b/i18n.c
index 66111f47..a7fa6359 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c 1.319 2008/01/19 12:07:11 kls Exp $
+ * $Id: i18n.c 1.319.1.1 2008/09/06 12:21:17 kls Exp $
*
*
*/
@@ -45,7 +45,7 @@ const char *LanguageCodeList[] = {
"por",
"fra,fre",
"nor",
- "fin,smi",
+ "fin,suo",
"pol",
"esl,spa",
"ell,gre",