vscode-fluent
Fluent is a Mozilla's programming language for natural-sounding translations. And vscode-fluent is a Visual Studio Code extension to improve developer experience while working with this language.
Features
Code ActionExtract string to FTL
Using the code action "Extract to Fluent files" you can easily extract a string to from source code to all FTL files on your project. You can change the replacement template using the configuration By default, the message will be added to all Fluent files on the workspace. But if you are working on a workspace with multiple projects, and each project has its Fluent files, you won't want mix messages between the projects. To avoid that, you should use the configuration
How to develop vscode-fluentSyntaxThe syntax is written on a YML file. You can compile it running:
ExtensionYou can run the extension using the TestsYou can run the automated tests using the |