OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/genderList.xml | 6 // * Source File: <path>/genderList.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 genderList:table(nofallback){ | 9 genderList:table(nofallback){ |
10 genderList{ | 10 genderList{ |
11 af{"neutral"} | 11 af{"neutral"} |
12 ar{"maleTaints"} | 12 ar{"maleTaints"} |
13 bg{"neutral"} | 13 bg{"neutral"} |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 th{"neutral"} | 57 th{"neutral"} |
58 tr{"neutral"} | 58 tr{"neutral"} |
59 uk{"maleTaints"} | 59 uk{"maleTaints"} |
60 ur{"maleTaints"} | 60 ur{"maleTaints"} |
61 vi{"neutral"} | 61 vi{"neutral"} |
62 zh{"maleTaints"} | 62 zh{"maleTaints"} |
63 zh_Hant{"maleTaints"} | 63 zh_Hant{"maleTaints"} |
64 zu{"neutral"} | 64 zu{"neutral"} |
65 } | 65 } |
66 } | 66 } |
OLD | NEW |