{"id":30420700,"url":"https://github.com/macabeus/vscode-fluent","last_synced_at":"2025-08-22T08:19:58.681Z","repository":{"id":45203106,"uuid":"254856004","full_name":"macabeus/vscode-fluent","owner":"macabeus","description":"💬 VS Code extension to work with Fluent, the correct-by-design l10n programming language","archived":false,"fork":false,"pushed_at":"2024-05-14T23:26:18.000Z","size":10345,"stargazers_count":36,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-15T18:28:32.094Z","etag":null,"topics":["fluent","hacktoberfest","i10n","i18n","internacionalization","localization","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macabeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-11T11:46:44.000Z","updated_at":"2024-05-14T23:25:31.000Z","dependencies_parsed_at":"2024-05-15T15:44:49.895Z","dependency_job_id":"ad97d238-4188-493a-8e3f-914548448c78","html_url":"https://github.com/macabeus/vscode-fluent","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/macabeus/vscode-fluent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macabeus%2Fvscode-fluent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macabeus%2Fvscode-fluent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macabeus%2Fvscode-fluent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macabeus%2Fvscode-fluent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macabeus","download_url":"https://codeload.github.com/macabeus/vscode-fluent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macabeus%2Fvscode-fluent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271606604,"owners_count":24788981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluent","hacktoberfest","i10n","i18n","internacionalization","localization","vscode-extension"],"created_at":"2025-08-22T08:19:54.743Z","updated_at":"2025-08-22T08:19:58.672Z","avatar_url":"https://github.com/macabeus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./assets/logo.png\" align=\"right\" height=\"130px\" /\u003e\n\n# vscode-fluent\n\n\u003e 💬 VS Code extension to work with Fluent, the correct-by-design l10n programming language\n\n[![GitHub Stars](https://flat.badgen.net/github/stars/macabeus/vscode-fluent?icon=github)](https://github.com/macabeus/vscode-fluent)\n[![Tests](https://flat.badgen.net/github/checks/macabeus/vscode-fluent/master/Test?icon=github)](https://github.com/macabeus/vscode-fluent)\n[![Visual Studio Marketplace Downloads](https://flat.badgen.net/vs-marketplace/d/macabeus.vscode-fluent?icon=visualstudio)](https://marketplace.visualstudio.com/items?itemName=macabeus.vscode-fluent)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"350px\" src=\"./docs/featured-image.png\"\u003e\n\u003c/p\u003e\n\n**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.\n\n- 🌎 [Official Fluent's website](https://projectfluent.org/)\n- 📓 [Fluent Syntax Guide](https://www.projectfluent.org/fluent/guide/)\n- 🎢 [Fluent's Playground](https://projectfluent.org/play/)\n- 🎥 Talk about localization and Fluent\n  - [🇺🇸 In English](https://youtu.be/kHHFcuQq70k?t=357)\n  - [🇧🇷 In Portuguese](https://youtu.be/nJnAVUIyf5U?t=76)\n\n## Features\n\n- Syntax highlight\n- Show syntax errors\n- Code Action to extract a string to Fluent files\n- List file symbol (`⇧⌘O` on Mac, `Ctrl+Shift+O` on Linux and Windows)\n- Hover support on messages\n- Breadcrumbs support\n- Go to message definition from a reference\n- Generate documentation comments for messages\n\n## Code Action\n\n### Extract string to FTL\n\n\u003cp align=\"center\"\u003e\n  \u003cimg height=\"350px\" src=\"./docs/extract-to-fluent.gif\"\u003e\n\u003c/p\u003e\n\nUsing the code action \"Extract to Fluent files\" you can easily extract a string to from source code to all FTL files on your project.\u003cbr /\u003e\nTo open the code action menu, you should select a string (including its quotes) and then type `⌘ + .` (or `Ctrl + .`).\n\nYou can change the replacement template using the configuration `vscodeFluent.replacementTemplate`.\n\nBy 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 `vscodeFluent.projects`, and add on it each projects' root path. See the below image for an instance.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/config-projects.png\"\u003e\n\u003c/p\u003e\n\n## How to develop vscode-fluent\n\n### Syntax\n\nThe syntax is written on a [YML file](./syntaxes/fluent.tmLanguage.yml). You can compile it running:\n\n```\n\u003e npm run build:syntaxes\n```\n\n### Extension\n\nYou can run the extension using the `Run Extension` task on VS Code.\n\n### Tests\n\nYou can run the automated tests using the `Test Extension - No Workspace` and `Test Extension - With Workspace` tasks on VS Code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacabeus%2Fvscode-fluent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacabeus%2Fvscode-fluent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacabeus%2Fvscode-fluent/lists"}