Bug#880675: (no subject)

2018-06-29 Thread Sylvain Lesage
Fixed in glibc, but not in CLDR yet:

https://sourceware.org/bugzilla/show_bug.cgi?id=22996



Bug#880675: (no subject)

2018-03-22 Thread Sylvain Lesage
HI,

thanks for your answer, I will collect references in order to fill the
ticket in CLDR.



Bug#880675: Patch

2018-03-22 Thread Sylvain Lesage
tag 880675 patch

Hello,

here is a better patch, kindly proposed by Niv.

---
commit 16820f7f107201a31f7bdb957b86d7fadf8c2f29 (HEAD -> sid)
Author: Niv Sardi <xa...@debian.org>
Date:   Thu Mar 22 12:22:05 2018 -0300

change LC_PAPER to en_US in es_BO local

i18n defaults to A4 paper, that class of paper is imposible to find
in Bolivia,
the de-facto standard is 'letter' or en_US 279x216

Signed-off-by: Niv Sardi <xa...@debian.org>

diff --git a/debian/patches/localedata/local-es_BO.diff
b/debian/patches/localedata/local-es_BO.diff
new file mode 100644
index ..c140e045
--- /dev/null
+++ b/debian/patches/localedata/local-es_BO.diff
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## local-es_BO.dpatch by Niv Sardi <xa...@debian.org>
+##
+# DP: Description: Change default LC_PAPER for Bolivian spanish
+# DP: Related bugs: #880675
+# DP: Dpatch author: Niv Sardi
+# DP: Patch author: Sylvain Lesage
+# DP: Upstream status: Not Submitted
+# DP: Date: 2018-03-22
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git'
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr'
glibc~/localedata/locales/es_BO glibc/localedata/locales/es_BO
+--- glibc~/localedata/locales/es_BO2018-03-22 12:12:39.0 -0300
 glibc/localedata/locales/es_BO 2018-03-22 12:13:00.457409044 -0300
+@@ -125,7 +125,7 @@
+ END LC_TIME
+
+ LC_PAPER
+-copy "i18n"
++copy "en_US"
+ END LC_PAPER
+
+ LC_TELEPHONE
diff --git a/debian/patches/series b/debian/patches/series
index 854ee4bf..2753b3b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -17,6 +17,7 @@ localedata/fo_FO-date_fmt.diff
 localedata/locales_CH.diff
 localedata/locales-fr.diff
 localedata/locale-en_DK.diff
+localedata/locale-es_BO.diff
 localedata/locale-csb_PL.diff
 localedata/locale-zh_TW.diff
 localedata/locale-se_NO.diff



Bug#880675: locales: LC_PAPER is incorrect for es_BO

2017-11-03 Thread Sylvain Lesage
Package: locales
Version: 2.24-17
Severity: normal
Tags: l10n newcomer

Dear Maintainer,

in Bolivia, nobody uses the A4 format, it's impossible to buy this kind of 
paper. The default paper size is "letter", and everybody uses it.
Meanwhile, the es_BO configuration indicates the A4 format as default. It 
should be changed to letter.

In the /usr/share/i18n/locales/es_BO file, instead of

```
LC_PAPER
copy "i18n"
END LC_PAPER
```

I think we should have:

```
LC_PAPER
height   279
width216
END LC_PAPER
```

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_BO.UTF-8, LC_CTYPE=es_BO.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_BO:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages locales depends on:
ii  debconf [debconf-2.0]  1.5.64
ii  libc-bin   2.24-17
ii  libc-l10n  2.24-17

locales recommends no packages.

locales suggests no packages.

-- debconf information excluded