XAMPPRocky/fluent-templates

ArcLoader requires locale directory to exist to even use fallbacks

Open

#42 opened on Feb 16, 2023

 (2 comments) (0 reactions) (0 assignees)Rust (38 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (167 stars)
PR merge metrics
 (Avg merge 17d 14h) (6 merged PRs in 30d)

Description

Using the ArcLoader is really picky and I'm having a hard time setting it up for use (adding Fluent functions to a tera CLI). The shared resources feature works, as do fallback locales. The trouble is neither work if a directory in the locales path does not exist for every possible locale variant that might be used. Even if the message data would otherwise fall back to another locale or the shared resources, an empty directory needs to exist to stuff the bundles.

c.f. #41

Contributor guide