ソースを参照

fixed add to cart text translation

bach 3 年 前
コミット
e4bc529e2f

ファイルの差分が大きいため隠しています
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js.gz


ファイルの差分が大きいため隠しています
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/Product.vue

@@ -18,7 +18,7 @@
           name="addtocart"
           @click.stop="checkaddtocart($event, variation.id)"
         >
-          {{ $t(variation_btn_txt[variation.id]) }}
+          {{ $t('default.'+variation_btn_txt[variation.id]) }}
         </button>
       </div>
       <div v-if="product.id == 4">

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません