You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-02-13 11:28:04

vladosubu
Member
Registered: 2023-02-08
Posts: 4

Question about the knowledge base

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

#2 2023-02-13 11:34:16

vladosubu
Member
Registered: 2023-02-08
Posts: 4

Re: Question about the knowledge base

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

#3 2024-10-15 11:55:06

KEW
Member
Registered: 2024-10-15
Posts: 6

Re: Question about the knowledge base

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

#4 2024-10-18 07:21:51

KEW
Member
Registered: 2024-10-15
Posts: 6

Re: Question about the knowledge base

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

Board footer

Powered by FluxBB