1. How can I change the language of plugins from my server ?
     
  2. Wulf

    Wulf Community Admin

    You'd need to change the messages in either the config file for that plugin or the plugin itself if it doesn't have them in the config.
     
  3. for example, the plugin " notifier " to switch to a specific language change in notifier.py and notifier.json ? because I do it and does not.
     
  4. Wulf

    Wulf Community Admin

    If the messages are in the config, you'd only need to edit Notifier.json. After making the changes, you'd need to use "reload notifier" to see the changes. If that doesn't work, then I'd recommend posting in the plugin's support thread.
     
  5. Ok, thank you !