XAMPPRocky/fluent-templates

ArcLoader requires locale directory to exist to even use fallbacks

Open

#42 建立於 2023年2月16日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (38 fork)auto 404
enhancementgood first issuehelp wanted

倉庫指標

Star
 (167 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南