~ubuntu-branches/ubuntu/gutsy/belocs-locales-data/gutsy

« back to all changes in this revision

Viewing changes to debian/patches/debian-locale-es_AR.diff

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-09-28 17:31:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050928173109-d3fxwwrozv1s1gf4
Tags: 2.3.4-16ubuntu1
Ship {install,remove}-language-locales to be fully compatible to "locales"
and to provide a working alternative dependency for the language packs.
(Ubuntu #15541)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
# All lines beginning with `# DP:' are a description of the patch.
 
4
# DP: Description: Add grouping and separator to number formatting
 
5
# DP: Related bugs: #108373
 
6
# DP: Dpatch author: Ben Collins
 
7
# DP: Patch author: Nicol�s Lichtmaier <nick@debian.org>
 
8
# DP: Upstream status: Submitted
 
9
# DP: Status Details: http://sources.redhat.com/bugzilla/show_bug.cgi?id=119
 
10
# DP: Date: 2001-09-29
 
11
 
 
12
# DP: Carried over from glibc2.2, need to figure out why it's here.
 
13
 
 
14
if [ $# -ne 2 ]; then
 
15
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
16
    exit 1
 
17
fi
 
18
case "$1" in
 
19
    -patch) patch -d "$2" -f --no-backup-if-mismatch -p0 < $0;;
 
20
    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p0 < $0;;
 
21
    *)
 
22
        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
23
        exit 1
 
24
esac
 
25
exit 0
 
26
 
 
27
--- localedata/locales/es_AR~   2000/10/26 23:22:55     1.10
 
28
+++ localedata/locales/es_AR    2001/10/07 20:56:18
 
29
@@ -80,8 +80,8 @@
 
30
 
 
31
 LC_NUMERIC
 
32
 decimal_point        "<U002C>"
 
33
-thousands_sep        ""
 
34
-grouping             0;0
 
35
+thousands_sep        "<U002E>"
 
36
+grouping             3;3
 
37
 END LC_NUMERIC
 
38
 
 
39
 LC_TIME