ソースを参照

fix(docs): Expand list of translatable objects (#1987)

Pieter Doms 3 年 前
コミット
141fa44d77
1 ファイル変更16 行追加2 行削除
  1. 16 2
      docs/content/user-guide/localization/index.md

+ 16 - 2
docs/content/user-guide/localization/index.md

@@ -5,13 +5,27 @@ weight: 10
 
 # Localization
 
-Vendure supports localization by allowing you to define translations for the following objects:
+Vendure supports **customer-facing** (Shop API) localization by allowing you to define translations for the following objects:
 
 * Collections
 * Countries
 * Facets
+* FacetValue
 * Products
-* Shipping methods
+* ProductOptions
+* ProductOptionGroups
+* ProductVariants
+* ShippingMethods  
+
+Vendure supports **admin-facing** (Admin API and Admin UI) localization by allowing you to define translations for labels and descriptions of the following objects:
+  
+* CustomFields
+* CollectionFilters
+* PaymentMethodHandlers
+* PromotionActions
+* PromotionConditions
+* ShippingCalculators
+* ShippingEligibilityCheckers
 
 ## How to enable languages