[gcompris] Fixed windows locale for Czech to WINDOWS-1250.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] Fixed windows locale for Czech to WINDOWS-1250.
- Date: Wed, 21 Apr 2010 23:23:41 +0000 (UTC)
commit 725121c73c2a7afda865606a789e61d9c51fbe08
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Thu Apr 22 01:22:19 2010 +0200
Fixed windows locale for Czech to WINDOWS-1250.
tools/create_nsis_translations.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/create_nsis_translations.pl b/tools/create_nsis_translations.pl
index 5c49478..3fdb547 100755
--- a/tools/create_nsis_translations.pl
+++ b/tools/create_nsis_translations.pl
@@ -93,7 +93,7 @@ my %localeNames = (
"bg" => ["Bulgarian", "WINDOWS-1251"],
"br" => ["Breton", "WINDOWS-1252"],
"ca" => ["Catalan", "WINDOWS-1252"],
- "cs" => ["Czech", "WINDOWS-1252"],
+ "cs" => ["Czech", "WINDOWS-1250"],
"da" => ["Danish", "WINDOWS-1252"],
"de" => ["German", "WINDOWS-1252"],
# "dz" => ["Dzongkha", "UTF-8"],
@@ -342,6 +342,6 @@ foreach my $lang (@localeKeys) {
{
print("ERROR: Failed to run: iconv -f UTF-8 -t $localeNames{$lang}[1] $lang.nsh.utf8 -o $lang.nsh\n");
}
- `rm $tmp_dir/$lang.nsh.utf8`;
+ #`rm $tmp_dir/$lang.nsh.utf8`;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]