| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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>/common/main/es_MX.xml | 6 // * Source File: <path>/common/main/es_MX.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 es_MX{ | 9 es_MX{ |
| 10 %%Parent{"es_419"} | 10 %%Parent{"es_419"} |
| 11 Keys{ | 11 Keys{ |
| 12 calendar{"Calendario"} | 12 calendar{"Calendario"} |
| 13 collation{"Intercalación"} | 13 collation{"Orden"} |
| 14 currency{"Moneda"} | 14 currency{"Moneda"} |
| 15 } | 15 } |
| 16 Languages{ | 16 Languages{ |
| 17 arn{"araucano"} | |
| 18 ba{"bashkir"} | 17 ba{"bashkir"} |
| 19 chr{"cheroki"} | |
| 20 ckb{"sorani"} | |
| 21 de_CH{"alto alemán suizo"} | |
| 22 dsb{"bajo sorbio"} | |
| 23 es_419{"español latinoamericano"} | |
| 24 gsw{"alemán suizo"} | |
| 25 gv{"manés"} | |
| 26 hsb{"alto sorbio"} | |
| 27 kab{"cabilio"} | |
| 28 kln{"halenjin"} | |
| 29 luo{"luo"} | |
| 30 nd{"sindebele"} | |
| 31 nqo{"N’Ko"} | |
| 32 pa{"panyabí"} | |
| 33 rm{"romanche"} | |
| 34 rn{"rundi"} | |
| 35 smj{"sami de Lule"} | |
| 36 smn{"sami de Inari"} | |
| 37 su{"sondanés"} | |
| 38 vai{"vai"} | |
| 39 vun{"vunjo"} | |
| 40 zgh{"tamazight estándar marroquí"} | |
| 41 } | 18 } |
| 42 Languages%variant{ | 19 Languages%variant{ |
| 43 ps{"pashto"} | |
| 44 ug{"uyghur"} | 20 ug{"uyghur"} |
| 45 } | 21 } |
| 46 LanguagesShort{ | |
| 47 en_GB{"inglés (R.U.)"} | |
| 48 } | |
| 49 Scripts{ | 22 Scripts{ |
| 50 Hans{"han simplificado"} | |
| 51 Hant{"han tradicional"} | |
| 52 Laoo{"lao"} | |
| 53 Sinh{"cingalés"} | |
| 54 Telu{"telugú"} | 23 Telu{"telugú"} |
| 55 } | 24 } |
| 56 Scripts%stand-alone{ | |
| 57 Hans{"han simplificado"} | |
| 58 Hant{"han tradicional"} | |
| 59 } | |
| 60 Scripts%variant{ | |
| 61 Arab{"perso-árabe"} | |
| 62 } | |
| 63 Types{ | 25 Types{ |
| 64 calendar{ | 26 calendar{ |
| 65 ethiopic{"calendario etíope"} | |
| 66 gregorian{"Calendario gregoriano"} | 27 gregorian{"Calendario gregoriano"} |
| 67 persian{"calendario persa"} | |
| 68 roc{"calendario minguo"} | 28 roc{"calendario minguo"} |
| 69 } | 29 } |
| 70 collation{ | 30 collation{ |
| 71 standard{"Orden estándar"} | 31 standard{"Orden estándar"} |
| 72 traditional{"Orden tradicional"} | 32 traditional{"Orden tradicional"} |
| 73 } | 33 } |
| 74 numbers{ | 34 numbers{ |
| 75 arab{"Dígitos en arábigo-índico"} | 35 arab{"Dígitos en arábigo-índico"} |
| 76 arabext{"Dígitos en árabigo-índico extendido"} | 36 arabext{"Dígitos en árabigo-índico extendido"} |
| 77 armn{"Números en armenio"} | 37 armn{"Números en armenio"} |
| (...skipping 11 matching lines...) Expand all Loading... |
| 89 hebr{"Números en hebreo"} | 49 hebr{"Números en hebreo"} |
| 90 jpanfin{"Números financieros en japonés"} | 50 jpanfin{"Números financieros en japonés"} |
| 91 laoo{"Dígitos en lao"} | 51 laoo{"Dígitos en lao"} |
| 92 mlym{"Dígitos en malabar"} | 52 mlym{"Dígitos en malabar"} |
| 93 taml{"Números en tamil"} | 53 taml{"Números en tamil"} |
| 94 tamldec{"Dígitos en tamil"} | 54 tamldec{"Dígitos en tamil"} |
| 95 telu{"Dígitos en telugú"} | 55 telu{"Dígitos en telugú"} |
| 96 tibt{"Dígitos en tibetano"} | 56 tibt{"Dígitos en tibetano"} |
| 97 } | 57 } |
| 98 } | 58 } |
| 99 Version{"2.1.8.19"} | 59 Version{"2.1.19.94"} |
| 100 codePatterns{ | |
| 101 script{"Dialecto: {0}"} | |
| 102 } | |
| 103 } | 60 } |
| OLD | NEW |