You are not logged in.
Good afternoon! Tell me, please, how can I rename the "root category" in the section: Tools - Knowledge Base ?
How can I make sure that when entering the knowledge base, all categories automatically drop down ?
Offline
Question sur la base de connaissances
Bon après-midi! Dites-moi, s'il vous plait, comment puis - je renommer la "catégorie racine" dans la section: Outils-Base de connaissances ?
Comment puis-je m'assurer que lors de la saisie de la base de connaissances, toutes les catégories sont automatiquement déroulantes ?
Offline
Hello,
I've got the same Problem. A few Months ago I edited the file successfully, but I forgot, where and which File i edited.
Does Someone know, which File I need to edit, to rename the "Root Category"?
Thanks.
Last edited by KEW (2024-10-15 11:55:17)
Offline
Hello,
I've solved the Problem. I've edited the file "de_DE.po" under the /var/www/html/glpi/locales/ directory. Look for the entry " msgid "Root category" msgstr "Wurzelkategorie"" in line 19777. Here you have to change the entry in msgstr to the value you want. (The file de_de.po is only for the german translation, if you want to change the value in your Language you need to look for your language file in this directory.) Now you need to do some commands.
First: msgfmt –o de_DE.mo de_DE.po ( This creates the binary file, based on the .po file you've edited)
Second: cd /var/www/html/glpi/ && sudo bin/console glpi:cache:clear (This deletes your cache)
Third: sudo systemctl restart apache2 (Restarts your Webservice)
Fourth:sudo systemctl restart mysql (Restarts your Databaseservice)
Now you need to delete your Browser Cache and thats it.
If you've done it correctly, The entry changed to your value.
Last edited by KEW (2024-10-21 09:59:40)
Offline