Package: localechooser Version: 1.37 Severity: normal Tags: patch
ME (Montenegro) and RS (Serbia) are missing from the regionmap. As a result, localechooser shows them in the 'other' category, instead of 'Europe'. The attached patch fixes this problem and removes an obsolete CS (Serbia and Montenegro) entry. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (x86_64) Kernel: Linux 2.6.21 Locale: LANG=C, LC_CTYPE=pl_PL.UTF8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -ur localechooser-1.37/regionmap localechooser/regionmap --- localechooser-1.37/regionmap 2006-07-26 00:49:25.000000000 +0200 +++ localechooser/regionmap 2007-05-31 07:53:48.000000000 +0200 @@ -157,7 +157,6 @@ BG -- Europe -- BY -- Europe -- CH -- Europe -- -CS -- Europe -- CY -- Europe -- CZ -- Europe -- DE -- Europe -- @@ -186,6 +185,7 @@ LV -- Europe -- MC -- Europe -- MD -- Europe -- +ME -- Europe -- MK -- Europe -- MT -- Europe -- NL -- Europe -- @@ -193,6 +193,7 @@ PL -- Europe -- PT -- Europe -- RO -- Europe -- +RS -- Europe -- RU -- Europe -- SE -- Europe -- SI -- Europe --

