]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2001-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | // * Somali language locale for Somalia. | |
8 | // * Contributed by : | |
9 | // * Daniel Yacob <yacob@geez.org>, Ge'ez Frontier Foundation | |
10 | // * Mohamed Diriye Abdullahi <diriyeam@magellan.umontreal.ca> | |
11 | // * Department of Linguistics and Translation, Universite de Montreal, Montreal | |
12 | ||
13 | ||
14 | so_SO { | |
15 | Version{ "2.0" } | |
16 | // Measurement { "Metric" } | |
17 | // NumberElements { | |
18 | // ".", | |
19 | // ",", | |
20 | // ";", | |
21 | // "%", | |
22 | // "0", | |
23 | // "#", | |
24 | // "-", | |
25 | // "E", | |
26 | // "\u2030", | |
27 | // "\u221E", | |
28 | // "\uFFFD", | |
29 | // } | |
30 | NumberPatterns { | |
31 | "#,##0.###;-#,##0.###", | |
32 | "\u00A4#,##0.00;-\u00A4#,##0.00", | |
33 | "#,##0%", | |
34 | "#E0", | |
35 | } | |
36 | // PaperSize { | |
37 | // Height { "297" } | |
38 | // Width { "210" } | |
39 | // Units { "mm" } | |
40 | // } | |
41 | ||
42 | // Currency display names | |
43 | Currencies { | |
44 | SOS { "$", "SOS" } | |
45 | } | |
46 | } |