From bde4503abdb8007e96ae3419087dd5aefefa3060 Mon Sep 17 00:00:00 2001 From: phf <phf@atm-consulting.fr> Date: Wed, 15 Jul 2015 14:46:29 +0200 Subject: [PATCH] FIX : translation for 1 word do not work if product/service module are disabled because the translation search in products.lang --- htdocs/langs/fr_FR/categories.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/langs/fr_FR/categories.lang b/htdocs/langs/fr_FR/categories.lang index 65943bd8c2a..50dada0b72f 100644 --- a/htdocs/langs/fr_FR/categories.lang +++ b/htdocs/langs/fr_FR/categories.lang @@ -108,3 +108,4 @@ CategorieRecursiv=Lier automatiquement avec le(a) tag/catégorie parent(e) CategorieRecursivHelp=Si activé : quand un élément est ajouté dans une catégorie, l'ajouter aussi dans toutes les catégories parentes AddProductServiceIntoCategory=Ajouter le produit/service suivant ShowCategory=Afficher tag/catégorie +Translation=Traduction \ No newline at end of file -- GitLab