]>
Commit | Line | Data |
---|---|---|
73c04bcf | 1 | # * Copyright (C) 1997-2005, International Business Machines |
374ca955 A |
2 | # * Corporation and others. All Rights Reserved. |
3 | # A list of txt's to build | |
4 | # Note: | |
5 | # | |
6 | # If you are thinking of modifying this file, READ THIS. | |
7 | # | |
8 | # Instead of changing this file [unless you want to check it back in], | |
9 | # you should consider creating a 'reslocal.mk' file in this same directory. | |
10 | # Then, you can have your local changes remain even if you upgrade or | |
11 | # reconfigure ICU. | |
12 | # | |
13 | # Example 'rbnflocal.mk' files: | |
14 | # | |
15 | # * To add an additional locale to the list: | |
16 | # _____________________________________________________ | |
17 | # | RBNF_SOURCE_LOCAL = myLocale.txt ... | |
18 | # | |
19 | # * To REPLACE the default list and only build with a few | |
20 | # locale: | |
21 | # _____________________________________________________ | |
22 | # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt | |
23 | # | |
24 | # | |
25 | ||
26 | ||
27 | # This is the list of locales that are built, but not considered installed in ICU. | |
28 | # These are usually aliased locales or the root locale. | |
29 | RBNF_ALIAS_SOURCE = | |
30 | ||
31 | ||
32 | # Please try to keep this list in alphabetical order | |
33 | RBNF_SOURCE = \ | |
34 | da.txt \ | |
35 | de.txt \ | |
36 | en.txt en_GB.txt\ | |
37 | eo.txt \ | |
38 | es.txt \ | |
39 | fa.txt fa_AF.txt \ | |
40 | fr.txt fr_BE.txt fr_CH.txt \ | |
41 | ga.txt \ | |
42 | he.txt \ | |
43 | it.txt \ | |
44 | ja.txt \ | |
45 | mt.txt \ | |
46 | nl.txt \ | |
47 | pl.txt \ | |
48 | pt.txt \ | |
49 | ru.txt \ | |
50 | sv.txt \ | |
51 | th.txt \ | |
52 | uk.txt | |
53 | ||
54 | #These are not in use yet | |
55 | # el.txt \ |