Skip to content

Custom and translated crop names

Allow genebanks to provide their own translations of cropName in the genesysConfig.i18n section:

en: {
  translations: {
    crop: {
     "Cassava": "Cassava"
    }
  }
},
es: {
  translations: {
    crop: {
     "Cassava": "Manioc"
    }
  }
}

If no mapping is available, then the cropName value is displayed as is.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information