Commit Graph

9 Commits

Author SHA1 Message Date
Martin Raifer 1705bb97e5 clean up preferred locale codes after tests 2025-03-24 15:31:41 +01:00
Kyℓe Hensel fd49a10f1c consider language scripts when determining the locale to use (#10910) 2025-03-24 14:27:18 +01:00
Minh Nguyễn 653582f268 Added tests of padding zero 2023-03-04 18:52:50 -08:00
Minh Nguyễn 023907f9e2 Fixed incrementing/decrementing formatted numbers
The float formatter function now takes a number of fraction digits to return.
2023-03-04 18:36:06 -08:00
Minh Nguyễn 5d224a41cd Strip literal (bidi) characters when parsing numbers 2023-03-03 22:42:15 -08:00
Minh Nguyễn ecb7c20bbf Avoid truncation when formatting numbers 2023-03-03 22:42:14 -08:00
Minh Nguyễn 2ba7177080 Polyfill inadequate Intl support
Ensure that formatting is balanced with parsing to avoid truncating numbers.
2023-03-03 22:42:14 -08:00
Minh Nguyễn 252828bb4b Localize numbers in numeric fields 2023-03-03 22:42:14 -08:00
Martin Raifer e5aedb249f add basic test case for t.append method 2021-11-30 11:31:58 +01:00