i18n icon indicating copy to clipboard operation
i18n copied to clipboard

Deprecate built-in FTL Extractor

Open andrew000 opened this issue 1 year ago • 0 comments

Why deprecate built-in FTL Extractor?

  • Has many bugs, such as #32 and #33
  • Is not maintained
  • Uses regex for parsing .ftl
  • Uses large libcst instead of built-in ast to 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.

andrew000 avatar Oct 10 '24 17:10 andrew000