i18n
i18n copied to clipboard
Deprecate built-in FTL Extractor
Why deprecate built-in FTL Extractor?
- Has many bugs, such as #32 and #33
- Is not maintained
- Uses
regexfor parsing.ftl - Uses large
libcstinstead of built-inastto search in-code ftl-keys
I recommend using FTL-Extract library by @andrew000
👍 It uses fluent.syntax to work with .ftl and built-in python library ast.