fixes percentiles (#583)

- aligns superscript position
- adds intl.plural rules fn to add ordinal superscripts
- updates units tests
- updates snapshot
This commit is contained in:
Vim 2021-09-01 17:06:01 -07:00 committed by GitHub
commit 40c8548292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 13 deletions

View file

@ -21,6 +21,7 @@ declare namespace MapModuleScssNamespace {
indicatorDescription:string;
indicatorValue:string;
score:string;
indicatorSuperscript: string;
}
}