Sorry, I had enabled by default the translation of items, and so your items will be translated into French, do not forget to update your configuration.
 
 
 
  Code (YAML):
 
 
 
  
 
  # Allows to configure the elements for the /ah search command
  
 search
  :
 
  
 
  # Enables the /ah search command
  
 
  # If you change this value you need to restart your server
  
 enable
  : true
  
 
  
 
  # Enable the option to search for an item with translation
  
 
  # For this option, you must be in 1.13+ and add your translation file to the zAuctionHouse/langs folder
  
 
  # By default the plugin will download all files, just enable this option and set your language
  
 enable-translated-material
  : true
  
 
  
 
  # Allows defining the langs file for your server, this option only works for servers in 1.13+
  
 
  # You can find the translation file here: https://github.com/Maxlego08/minecraft-assets/tree/1.21/assets/minecraft/lang
  
 
  # The file must be placed in the folder zAuctionHouse/langs
  
 
  # The file name must be in the following format <country>-<language>, so for France it's will be fr-fr
  
 language
  : 'fr-fr'
  
 
  
 
  # If this option is enabled, then the plugin will download all translation files when the zAuctionHouse/langs folder does not exist
  
 
  # This saves you time and does not have to choose the file to download.
  
 download-all-langages-files
  : true
  
 
  
 
  # This option allows translating the name of items in the language you have defined
  
 enable-itemstack-translation
  : false