Ygg01/Linguini

Fix `NUMBERS` and `DATETIME` Builtins

Open

#18 opened on May 23, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (15 forks)auto 404
help wanted

Repository metrics

Stars
 (42 stars)
PR merge metrics
 (PR metrics pending)

Description

Motivation

We don't have a good NUMBERS and DATETIME builtins function. It's modelled after fluent.rs, but there it's more of a stub, until icu is adopted.

What this means

This is a hard problem, there aren't any solution that can fit 1-to-1 to those built-ins. So it will need some plumbing, relying on C# or writing it from scratch.

Contributor guide