From ad092b8c15207d9b33269af9ddb69800576439ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:55:49 +0000 Subject: [PATCH 1/2] Initial plan From 2bb47e7631836880873e51b131455ff8a500d2a6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:06:27 +0000 Subject: [PATCH 2/2] feat(i18n): localize admin files page (filemanager.html) Replace all hardcoded English strings in the admin file manager template with _() translation calls and add 47 new admin_files.* keys to en.json. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- frontend/templates/filemanager.html | 129 ++++++++++++++-------------- frontend/translations/en.json | 47 ++++++++++ 2 files changed, 111 insertions(+), 65 deletions(-) diff --git a/frontend/templates/filemanager.html b/frontend/templates/filemanager.html index db5e88ec..3d21d813 100644 --- a/frontend/templates/filemanager.html +++ b/frontend/templates/filemanager.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}File Manager – Admin{% endblock %} +{% block title %}{{ _("admin_files.page_title") }}{% endblock %} {% block content %}
{{ workdir }}
@@ -19,15 +19,15 @@