Skip to content

Undefined attach AttributeAccessor to MessageReference? #34

Open
@Omikhleia

Description

Greetings,

Version 0.2.0-0 installed via luarocks --

According to the Fluent playground and my understanding of the specs, this should work:

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions