WIP proof of concept to add localization using fluent-rs

This commit is contained in:
2024-12-05 11:47:54 -05:00
parent 900d13ad4d
commit 0e87c22e55
5 changed files with 227 additions and 5 deletions

View File

@@ -56,6 +56,10 @@ tracing-appender = "0.2.3"
urlencoding = "2.1.3"
open = "5.3.0"
url = "2.5"
fluent-resmgr = "0.0.7"
fluent-fallback = "0.7.1"
fluent = "0.16.1"
unic-langid = "0.9.5"
[dev-dependencies]
tempfile = "3.13.0"