소스 검색

fixed add to cart text translation

bach 4 년 전
부모
커밋
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">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.