Undefined attach AttributeAccessor to MessageReference? #34
Open
Description
Greetings,
Version 0.2.0-0 installed via luarocks --
According to the Fluent playground and my understanding of the specs, this should work:
local FluentBundle = require("fluent")
local bundle = FluentBundle()
bundle:add_messages([[
month = mois
.aug = août
test = { month.aug }
]])
print(bundle:format("test"))
It errors with ... fluent/messages.lua:509: Undefined attach AttributeAccessor to MessageReference
Metadata
Assignees
Labels
No labels