{"id":42050289,"url":"https://github.com/m-xim/fluentus","last_synced_at":"2026-01-26T06:34:55.739Z","repository":{"id":270469325,"uuid":"900151197","full_name":"m-xim/fluentus","owner":"m-xim","description":"Fluentus is a powerful tool designed to edit the Fluent localization files from Project Fluent","archived":false,"fork":false,"pushed_at":"2025-09-16T04:36:22.000Z","size":982,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-16T06:28:47.146Z","etag":null,"topics":["ftl","internationalization","localization","localization-tool","project-fluent"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-xim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-08T01:57:16.000Z","updated_at":"2025-02-08T10:33:02.000Z","dependencies_parsed_at":"2025-02-08T03:20:37.200Z","dependency_job_id":"ea35cb34-f658-4bb2-8ee9-8309b7c7c122","html_url":"https://github.com/m-xim/fluentus","commit_stats":null,"previous_names":["m-xim/fluentus"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/m-xim/fluentus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-xim%2Ffluentus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-xim%2Ffluentus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-xim%2Ffluentus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-xim%2Ffluentus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-xim","download_url":"https://codeload.github.com/m-xim/fluentus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-xim%2Ffluentus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28768441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ftl","internationalization","localization","localization-tool","project-fluent"],"created_at":"2026-01-26T06:34:55.171Z","updated_at":"2026-01-26T06:34:55.734Z","avatar_url":"https://github.com/m-xim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluentus\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/m-xim/fluentus)](https://github.com/m-xim/fluentus/releases/latest)\n[![Deployment Status](https://img.shields.io/github/actions/workflow/status/m-xim/fluentus/release.yml?branch=main\u0026label=build%20main)](https://github.com/m-xim/fluentus/actions)\n[![Deployment Status](https://img.shields.io/github/actions/workflow/status/m-xim/fluentus/release.yml?branch=dev\u0026label=build%20dev)](https://github.com/m-xim/fluentus/actions)\n[![GitHub License](https://img.shields.io/github/license/m-xim/fluentus)](https://github.com/m-xim/fluentus/blob/main/LICENSE)\n[![Supported Syntax Version](https://img.shields.io/badge/Syntax%20Version-Fluent%20v1.0-blue?logo=)](https://projectfluent.org/)\n\n[//]: # (## About)\nFluentus is a powerful tool designed to edit the Fluent localization files from [Project Fluent](https://projectfluent.org)\n\n\u003e [!WARNING]\n\u003e Fluentus is currently in beta stage. Please proceed with caution and ensure to back up your localization files before using Fluentus.\n\n\u003cimg src=\"images/preview.png\" alt=\"Preview Fluentus program\" width=\"600\"\u003e\n\n## Usage\nTo run the project, download the latest release from the [Releases](https://github.com/m-xim/fluentus/releases) page. Choose the version for your platform (Windows, macOS, Linux) and run the downloaded file.\n\n\u003cdetails\u003e\n\u003csummary\u003eRun from source\u003c/summary\u003e\n\nTo run the project from source, follow these steps:\n1. Clone the repository: `git clone https://github.com/m-xim/fluentus.git`\n2. Navigate to the project directory: `cd fluentus`\n3. Install the dependencies: `pip install -r requirements.txt`\n4. Run the project: `python src/app.py`\n\u003c/details\u003e\n\n## Localization Files Structure\nThe localization files are organized into language-specific directories. Each directory contains Fluent Translation List (FTL) files and subdirectories as needed.\n\n```plaintext\nlocales/\n├── en/       # English localization files\n│   ├── example.ftl\n│   └── subfolder/\n│       └── another_example.ftl\n├── ru/       # Russian localization files\n│   ├── example.ftl\n│   └── subfolder/\n│       └── another_example.ftl\n└── ...       # Other language\n```\n\n\u003e [!TIP]\n\u003e Download the `example_locales` folder from the repository. This folder contains the localization files that you can use to test and understand how Fluentus works.\n\n## Contributing\nWe welcome contributions! To contribute:\n1. Fork the repository.\n2. Create a new branch: \n   `git checkout -b feature/your-feature-name`\n3. Make your changes and submit a pull request.\n\n## Development\n\u003cdetails\u003e\n\u003csummary\u003eBuilding\u003c/summary\u003e\n\nTo building the project, follow these steps:\n1. Clone the repository: `git clone https://github.com/m-xim/fluentus.git`\n2. Navigate to the project directory: `cd fluentus`\n3. Create a virtual environment `python -m venv venv`\n4. Activate the virtual environment:\n   * Windows: `venv\\Scripts\\activate`  \n   * Linux, macOS: `source venv/bin/activate`\n5. Install the dependencies: `pip install -r requirements.txt`\n6. Building the project: `python src/app.py`\n   * Main Version: `pyinstaller main.spec`\n   * Debug Version: `pyinstaller dev.spec`\n\u003c/details\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-xim%2Ffluentus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-xim%2Ffluentus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-xim%2Ffluentus/lists"}