| OLD | NEW |
| 1 # * Copyright (C) 1998-2007, International Business Machines | 1 # * Copyright (C) 1998-2007, International Business Machines |
| 2 # * Corporation and others. All Rights Reserved. | 2 # * Corporation and others. All Rights Reserved. |
| 3 GENRB_CLDR_VERSION = 1.5 | 3 GENRB_CLDR_VERSION = 1.5 |
| 4 # A list of txt's to build | 4 # A list of txt's to build |
| 5 # Note: | 5 # Note: |
| 6 # | 6 # |
| 7 # If you are thinking of modifying this file, READ THIS. | 7 # If you are thinking of modifying this file, READ THIS. |
| 8 # | 8 # |
| 9 # Instead of changing this file [unless you want to check it back in], | 9 # Instead of changing this file [unless you want to check it back in], |
| 10 # you should consider creating a 'reslocal.mk' file in this same directory. | 10 # you should consider creating a 'reslocal.mk' file in this same directory. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 # All aliases (to not be included under 'installed'), but not including root. | 32 # All aliases (to not be included under 'installed'), but not including root. |
| 33 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\ | 33 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\ |
| 34 zh_CN.txt\ | 34 zh_CN.txt\ |
| 35 zh_TW.txt | 35 zh_TW.txt |
| 36 | 36 |
| 37 | 37 |
| 38 # Ordinary resources | 38 # Ordinary resources |
| 39 GENRB_SOURCE =\ | 39 GENRB_SOURCE =\ |
| 40 ar.txt\ | 40 ar.txt\ |
| 41 bg.txt\ | 41 bg.txt\ |
| 42 bn.txt\ |
| 42 ca.txt\ | 43 ca.txt\ |
| 43 cs.txt\ | 44 cs.txt\ |
| 44 da.txt\ | 45 da.txt\ |
| 45 de.txt\ | 46 de.txt\ |
| 46 el.txt\ | 47 el.txt\ |
| 47 en.txt\ | 48 en.txt\ |
| 48 en_GB.txt\ | 49 en_GB.txt\ |
| 49 en_US.txt\ | 50 en_US.txt\ |
| 50 es.txt es_ES.txt\ | 51 es.txt es_ES.txt\ |
| 51 es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_PA.txt es_PY.txt es_UY.txt\ | 52 es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_PA.txt es_PY.txt es_UY.txt\ |
| 52 es_BO.txt es_CR.txt es_MX.txt es_PE.txt es_SV.txt es_VE.txt es_CL.txt\ | 53 es_BO.txt es_CR.txt es_MX.txt es_PE.txt es_SV.txt es_VE.txt es_CL.txt\ |
| 53 es_DO.txt es_GT.txt es_NI.txt es_PR.txt es_US.txt\ | 54 es_DO.txt es_GT.txt es_NI.txt es_PR.txt es_US.txt\ |
| 54 et.txt\ | 55 et.txt\ |
| 55 fi.txt\ | 56 fi.txt\ |
| 56 fil.txt\ | 57 fil.txt\ |
| 57 fr.txt\ | 58 fr.txt\ |
| 59 gu.txt\ |
| 58 he.txt\ | 60 he.txt\ |
| 59 hi.txt\ | 61 hi.txt\ |
| 60 hr.txt\ | 62 hr.txt\ |
| 61 hu.txt\ | 63 hu.txt\ |
| 62 id.txt\ | 64 id.txt\ |
| 63 it.txt\ | 65 it.txt\ |
| 64 ja.txt\ | 66 ja.txt\ |
| 67 kn.txt\ |
| 65 ko.txt\ | 68 ko.txt\ |
| 66 lt.txt\ | 69 lt.txt\ |
| 67 lv.txt\ | 70 lv.txt\ |
| 71 ml.txt\ |
| 72 mr.txt\ |
| 68 nb.txt\ | 73 nb.txt\ |
| 69 nl.txt\ | 74 nl.txt\ |
| 75 or.txt\ |
| 70 pl.txt\ | 76 pl.txt\ |
| 71 pt.txt pt_BR.txt\ | 77 pt.txt pt_BR.txt\ |
| 72 pt_PT.txt\ | 78 pt_PT.txt\ |
| 73 ro.txt\ | 79 ro.txt\ |
| 74 ru.txt\ | 80 ru.txt\ |
| 75 sk.txt\ | 81 sk.txt\ |
| 76 sl.txt\ | 82 sl.txt\ |
| 77 sr.txt\ | 83 sr.txt\ |
| 78 sv.txt\ | 84 sv.txt\ |
| 85 ta.txt\ |
| 86 te.txt\ |
| 79 th.txt\ | 87 th.txt\ |
| 80 tr.txt\ | 88 tr.txt\ |
| 81 uk.txt\ | 89 uk.txt\ |
| 82 vi.txt\ | 90 vi.txt\ |
| 83 zh.txt zh_Hans.txt zh_Hans_CN.txt\ | 91 zh.txt zh_Hans.txt zh_Hans_CN.txt\ |
| 84 zh_Hant.txt zh_Hant_TW.txt | 92 zh_Hant.txt zh_Hant_TW.txt |
| OLD | NEW |