| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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/gsw.xml | 6 // * Source File: <path>/common/main/gsw.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/gsw.xml | 10 * ICU <specials> source: <path>/common/main/gsw.xml |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 one{"{0} Wuche"} | 553 one{"{0} Wuche"} |
| 554 other{"{0} Wuche"} | 554 other{"{0} Wuche"} |
| 555 } | 555 } |
| 556 year{ | 556 year{ |
| 557 one{"{0} Jahr"} | 557 one{"{0} Jahr"} |
| 558 other{"{0} Jahr"} | 558 other{"{0} Jahr"} |
| 559 } | 559 } |
| 560 } | 560 } |
| 561 } | 561 } |
| 562 unitsNarrow{ | 562 unitsNarrow{ |
| 563 area{ | |
| 564 acre{ | |
| 565 one{"{0} ac"} | |
| 566 other{"{0} ac"} | |
| 567 } | |
| 568 square-foot{ | |
| 569 one{"{0} ft²"} | |
| 570 other{"{0} ft²"} | |
| 571 } | |
| 572 square-mile{ | |
| 573 one{"{0} mi²"} | |
| 574 other{"{0} mi²"} | |
| 575 } | |
| 576 } | |
| 577 length{ | |
| 578 mile{ | |
| 579 one{"{0} mi"} | |
| 580 other{"{0} mi"} | |
| 581 } | |
| 582 yard{ | |
| 583 one{"{0} yd"} | |
| 584 other{"{0} yd"} | |
| 585 } | |
| 586 } | |
| 587 pressure{ | |
| 588 inch-hg{ | |
| 589 one{"{0} inHg"} | |
| 590 other{"{0} inHg"} | |
| 591 } | |
| 592 } | |
| 593 speed{ | |
| 594 mile-per-hour{ | |
| 595 one{"{0} mi/h"} | |
| 596 other{"{0} mi/h"} | |
| 597 } | |
| 598 } | |
| 599 volume{ | |
| 600 cubic-mile{ | |
| 601 one{"{0} mi³"} | |
| 602 other{"{0} mi³"} | |
| 603 } | |
| 604 } | |
| 605 } | 563 } |
| 606 unitsShort{ | 564 unitsShort{ |
| 607 area{ | |
| 608 acre{ | |
| 609 one{"{0} ac"} | |
| 610 other{"{0} ac"} | |
| 611 } | |
| 612 square-foot{ | |
| 613 one{"{0} ft²"} | |
| 614 other{"{0} ft²"} | |
| 615 } | |
| 616 square-mile{ | |
| 617 one{"{0} mi²"} | |
| 618 other{"{0} mi²"} | |
| 619 } | |
| 620 } | |
| 621 length{ | |
| 622 mile{ | |
| 623 one{"{0} mi"} | |
| 624 other{"{0} mi"} | |
| 625 } | |
| 626 yard{ | |
| 627 one{"{0} yd"} | |
| 628 other{"{0} yd"} | |
| 629 } | |
| 630 } | |
| 631 pressure{ | |
| 632 inch-hg{ | |
| 633 one{"{0} inHg"} | |
| 634 other{"{0} inHg"} | |
| 635 } | |
| 636 } | |
| 637 speed{ | |
| 638 mile-per-hour{ | |
| 639 one{"{0} mi/h"} | |
| 640 other{"{0} mi/h"} | |
| 641 } | |
| 642 } | |
| 643 volume{ | |
| 644 cubic-mile{ | |
| 645 one{"{0} mi³"} | |
| 646 other{"{0} mi³"} | |
| 647 } | |
| 648 } | |
| 649 } | 565 } |
| 650 } | 566 } |
| OLD | NEW |