-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
In other words, make this Python implementation able to generate translations, as mentioned in #58
I'm adding this issue as a placeholder for anyone else working on this, because I have started to tackle the problem in the 'implement_format' branch on this repo: https://github.com/django-ftl/python-fluent/tree/implement_format
I am following the Javascript implementation to a large degree, but making it more pythonic, and I'm especially leaning on the Javascript tests.
So far I have only the most basic cases covered (simple text messages, and external number/text arguments interpolated into them), but with a decent start in terms of a framework for the remainder. I don't know when I'll be able to look at this again.
zbraniecki, stasm and ffigiel