You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to ensure consistent terminology is used across the front end generation UI. A classic example is sku vs SKU. Using Craft's JS translations could be a good option here.
The text was updated successfully, but these errors were encountered:
@judereid I've added translations which can be found in src/translations/en/craft-commerce-untitled.php. Note that the translation text needs to be loaded into the view which is done from the registerAssetFiles() method within the asset bundle (src/assetbundles/craftcommerceuntitled/CraftCommerceUntitledAsset.php).
At the moment I've just "translated" sku --> SKU but there may be other terms we need to translate so will leave this open until the plugin is finalised.
We need to ensure consistent terminology is used across the front end generation UI. A classic example is
sku
vsSKU
. Using Craft's JS translations could be a good option here.The text was updated successfully, but these errors were encountered: