~ubuntu-branches/ubuntu/maverick/icu/maverick-updates

« back to all changes in this revision

Viewing changes to source/data/locales/en_IN.txt

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2009-09-04 11:56:06 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20090904115606-sqxxuizelam5tozb
Tags: 4.2.1-3
Change install-doc target to not fail if there are subdirectories of
doc/html.  This is necessary to handle the doc/html/search directory
created by doxygen 3.6.1.  (Closes: #544799)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ***************************************************************************
 
2
// *
 
3
// * Copyright (C) 2009 International Business Machines
 
4
// * Corporation and others.  All Rights Reserved.
 
5
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
 
6
// * Source File:<path>/common/main/en_IN.xml
 
7
// *
 
8
// ***************************************************************************
 
9
en_IN{
 
10
    NumberPatterns{
 
11
        "#,##,##0.###",
 
12
        "¤ #,##,##0.00",
 
13
        "#,##,##0%",
 
14
        "#E0",
 
15
    }
 
16
    Version{"1.58"}
 
17
    calendar{
 
18
        gregorian{
 
19
            DateTimeElements:intvector{
 
20
                1,
 
21
                4,
 
22
            }
 
23
            DateTimePatterns{
 
24
                "h:mm:ss a zzzz",
 
25
                "h:mm:ss a z",
 
26
                "h:mm:ss a",
 
27
                "h:mm a",
 
28
                "EEEE d MMMM y",
 
29
                "d MMMM y",
 
30
                "dd-MMM-y",
 
31
                "dd/MM/yy",
 
32
                "{1} {0}",
 
33
                "{1} {0}",
 
34
                "{1} {0}",
 
35
                "{1} {0}",
 
36
                "{1} {0}",
 
37
            }
 
38
            weekend:intvector{
 
39
                1,
 
40
                0,
 
41
                1,
 
42
                86400000,
 
43
            }
 
44
        }
 
45
    }
 
46
}