-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
977 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
# To Do list for Cldr Units | ||
|
||
* Not all units are translatable in all locales - so what is the canonical list of units? | ||
* How do we localise units that have no translation in a given locale? | ||
* How do we get the measurement systems of units that have no conversion (since thats where the system data is kept) | ||
* What is the intention of the new unit systems? | ||
|
||
[ ] Support any unit in `Cldr.Unit.display_name/1` | ||
[ ] Fix use of generic unit `:unit` | ||
[ ] Math using scalars for mult and sub should work | ||
[ ] Math with powers should work | ||
[ ] Support `pown` notation for powers beyond square and cubic | ||
|
||
|
||
# Notes | ||
|
||
* https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2981r1.html | ||
* https://linux.die.net/man/1/units | ||
|
||
|
||
|
Oops, something went wrong.