A lightweight web-based XLIFF translation tool using Flask, Nginx, and LibreTranslate. Supports file uploads, automatic translation, and downloads – all containerized with Docker.

2 Open Issues Need Help Last updated: Jan 25, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The GitHub issue addresses a hardcoded copyright year (2024) in the frontend footer, which requires annual manual updates. It proposes three solutions: using a static year range (e.g., 2024-present), dynamically updating the year with JavaScript, or injecting the current year via server-side rendering with Flask and Jinja2.

Complexity: 1/5
bug good first issue

A lightweight web-based XLIFF translation tool using Flask, Nginx, and LibreTranslate. Supports file uploads, automatic translation, and downloads – all containerized with Docker.

HTML

AI Summary: The GitHub repository link in the frontend footer is currently incorrect, pointing to a personal account instead of the official BondIT-ApS organization. This misdirection causes user confusion and inconsistent branding. The fix requires updating a single line in `templates/index.html` to the correct repository URL.

Complexity: 1/5
bug documentation good first issue

A lightweight web-based XLIFF translation tool using Flask, Nginx, and LibreTranslate. Supports file uploads, automatic translation, and downloads – all containerized with Docker.

HTML