OLD | NEW |
1 # * Copyright (C) 1998-2014, International Business Machines | 1 # * Copyright (C) 1998-2014, International Business Machines |
2 # * Corporation and others. All Rights Reserved. | 2 # * Corporation and others. All Rights Reserved. |
3 COLLATION_CLDR_VERSION = %version% | 3 COLLATION_CLDR_VERSION = %version% |
4 # A list of txt's to build | 4 # A list of txt's to build |
5 # | 5 # |
6 # Example 'collocal.mk' files: | 6 # Example 'collocal.mk' files: |
7 # | 7 # |
8 # * To add an additional locale to the list: | 8 # * To add an additional locale to the list: |
9 # _____________________________________________________ | 9 # _____________________________________________________ |
10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... | 10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... |
(...skipping 29 matching lines...) Expand all Loading... |
40 | 40 |
41 | 41 |
42 # Ordinary resources | 42 # Ordinary resources |
43 # am and sw are not listed here because we don't have the tailoring | 43 # am and sw are not listed here because we don't have the tailoring |
44 # for them. | 44 # for them. |
45 COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\ | 45 COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\ |
46 ca.txt cs.txt da.txt\ | 46 ca.txt cs.txt da.txt\ |
47 de.txt el.txt en.txt en_US.txt\ | 47 de.txt el.txt en.txt en_US.txt\ |
48 es.txt et.txt fi.txt fil.txt\ | 48 es.txt et.txt fi.txt fil.txt\ |
49 fr.txt fr_CA.txt he.txt\ | 49 fr.txt fr_CA.txt he.txt\ |
50 hi.txt hr.txt hu.txt it.txt\ | 50 hi.txt hr.txt hu.txt id.txt it.txt\ |
51 ja.txt\ | 51 ja.txt\ |
52 ko.txt lt.txt lv.txt\ | 52 ko.txt lt.txt lv.txt\ |
53 nb.txt nn.txt\ | 53 nb.txt nn.txt\ |
54 pl.txt\ | 54 pl.txt\ |
55 ro.txt ru.txt sk.txt sl.txt\ | 55 ro.txt ru.txt sk.txt sl.txt\ |
56 sr.txt sr_Latn.txt sv.txt\ | 56 sr.txt sr_Latn.txt sv.txt\ |
57 th.txt tr.txt uk.txt vi.txt zh.txt\ | 57 th.txt tr.txt uk.txt vi.txt zh.txt\ |
58 zh_Hant.txt\ | 58 zh_Hant.txt\ |
59 bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\ | 59 bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\ |
60 fa.txt | 60 fa.txt |
OLD | NEW |