| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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>/common/main/en_GB.xml | 6 // * Source File: <path>/common/main/en_GB.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en_GB{ | 9 en_GB{ |
| 10 %%Parent{"en_001"} | 10 %%Parent{"en_001"} |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 M{"dd/MM – dd/MM"} | 384 M{"dd/MM – dd/MM"} |
| 385 d{"dd/MM – dd/MM"} | 385 d{"dd/MM – dd/MM"} |
| 386 } | 386 } |
| 387 d{ | 387 d{ |
| 388 d{"d–d"} | 388 d{"d–d"} |
| 389 } | 389 } |
| 390 h{ | 390 h{ |
| 391 h{"h–h a"} | 391 h{"h–h a"} |
| 392 } | 392 } |
| 393 hm{ | 393 hm{ |
| 394 a{"h:mm a – h:mm a"} |
| 394 h{"h:mm–h:mm a"} | 395 h{"h:mm–h:mm a"} |
| 395 m{"h:mm–h:mm a"} | 396 m{"h:mm–h:mm a"} |
| 396 } | 397 } |
| 397 hmv{ | 398 hmv{ |
| 398 h{"h:mm–h:mm a v"} | 399 h{"h:mm–h:mm a v"} |
| 399 m{"h:mm–h:mm a v"} | 400 m{"h:mm–h:mm a v"} |
| 400 } | 401 } |
| 401 hv{ | 402 hv{ |
| 402 h{"h–h a v"} | 403 h{"h–h a v"} |
| 403 } | 404 } |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 } | 797 } |
| 797 listPattern{ | 798 listPattern{ |
| 798 standard{ | 799 standard{ |
| 799 end{"{0} and {1}"} | 800 end{"{0} and {1}"} |
| 800 } | 801 } |
| 801 unit{ | 802 unit{ |
| 802 end{"{0} and {1}"} | 803 end{"{0} and {1}"} |
| 803 } | 804 } |
| 804 } | 805 } |
| 805 } | 806 } |
| OLD | NEW |