Open
Description
Issue Summary
We need to decide on our approach for units formatting data representation related to:
- Splitting formatting data by locale only vs. locale and unit type (e.g., "en" vs. "en" & "meter").
- Using different data skeletons for short & narrow formats vs. a uniform structure for all.
Questions
- Locale Splitting: Should we split formatting data per locale or combine locale with unit type for more granularity?
- Data Skeleton: Do we opt for different skeletons for format variations (short & narrow vs. full) or keep a uniform approach?
Request for Input
Please provide feedback on:
- Preferred strategies for both issues.
- Considerations regarding implementation complexity, performance, and maintenance.
Your insights will guide our decision-making process.