fluent-lua icon indicating copy to clipboard operation
fluent-lua copied to clipboard

Lua implementation of Project Fluent https://projectfluent.org

Results 8 fluent-lua issues
Sort by recently updated
recently updated
newest added

Greetings, Version 0.2.0-0 installed via luarocks -- According to the Fluent playground and my understanding of the specs, this should work: ![image](https://github.com/alerque/fluent-lua/assets/18075640/5c1786f6-1704-4c2e-b00a-7b06e3bb20d5) ``` local FluentBundle = require("fluent") local bundle =...

This is gonna be a very silly question, but I was looking around this repository as well the SILE repo and the Fluent standard as well. I was wondering how...

What's the best way these days to generate documentation of a Lua module? Obviously some very basics will go in the README, but is there a way to publish to...

documentation
help wanted
question

All the reference fixtures in JSON format show some properties as having `null` values. Lua of course handles `nil` a bit differently than some languages. For the purposes of comparing...

help wanted
question

For variable substitutions and maybe some other places, we should probably have an option to wrap them as in [the Python implementation](https://fluent-runtime.readthedocs.io/en/latest/usage.html#using-fluentbundle): > You will notice the extra characters \u2068...

enhancement

Obviously the ideal is always on the side of a pure Lua module with no external dependencies that works across all Lua versions and blah, blah, blah. But that comes...

help wanted
question

The [i18n.lua](https://github.com/kikito/i18n.lua) project has a fairly mature localization implementation all on it's own. The Lua API works like most other `gettext()` interfaces to date. It isn't nearly as flexible as...

enhancement