Overview Description
#892 was caused by us not reading <alias>es at all.
#1075 encodes the "hey, you can use short if you can't find these time deltas" logic from root.xml into code, which fixes that issue. There are other interesting <alias>es in root.xml we should support:
It looks like (thankfully) there are no <alias>es specified in specific locale files, and I don't think we need to support that.
Overview Description
#892 was caused by us not reading
<alias>es at all.#1075 encodes the "hey, you can use
shortif you can't find these time deltas" logic fromroot.xmlinto code, which fixes that issue. There are other interesting<alias>es inroot.xmlwe should support:dates.fields.fieldnumbers.decimalFormats.decimalFormatLengthnumbers.scientificFormatsnumbers.percentFormatsnumbers.currencyFormats(especially that "if accounting isn't specified, use standard")It looks like (thankfully) there are no
<alias>es specified in specific locale files, and I don't think we need to support that.