sharetribe / web-template

Sharetribe Web Template - starting point to create a client app to your marketplace
Other
31 stars 136 forks source link

Change category selector translations #372

Closed Gnito closed 6 months ago

Gnito commented 6 months ago

This passes categoryLevel as an argument to category pickers on EditListingDetailsPanel. More freedom to choose copy-texts and smaller asset file. With this setup it's possible to adjust the copy on each level if needed.

Translation changes:

  "EditListingDetailsForm.categoryLabel": "{categoryLevel, select, categoryLevel1 {Category} other {Subcategory}}",
  "EditListingDetailsForm.categoryPlaceholder": "{categoryLevel, select, categoryLevel1 {Select category} other {Select subcategory}}",
  "EditListingDetailsForm.categoryRequired": "{categoryLevel, select, categoryLevel1 {You need to select a category.} other {You need to select a subcategory.}}",

Removed key:

  "EditListingDetailsForm.subCategoryLabel": "Subcategory",

Screenshot 2024-04-26 at 13 31 02