From d13e673115da89982bc29d1868b022afc062b801 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sun, 24 May 2026 13:54:28 +0800 Subject: [PATCH] Add automatic language mode and localized help menu --- Apptag/Localization/fr.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/fr.json b/Apptag/Localization/fr.json index eb55af1..1fb07a8 100644 --- a/Apptag/Localization/fr.json +++ b/Apptag/Localization/fr.json @@ -191,5 +191,7 @@ "smart.category.network-tools": "Network Tools", "help.openPDF": "Ouvrir le PDF d’aide", "help.copyLink": "Copier le lien du PDF d’aide", - "help.currentLanguage": "Ouvre le PDF en ligne correspondant à la langue actuelle de l’app." + "help.currentLanguage": "Ouvre le PDF en ligne correspondant à la langue actuelle de l’app.", + "settings.language.auto": "Automatique", + "help.downloadPDF": "Télécharger le PDF d’aide" } -- Gitblit v1.9.3