Finish i18n of fr

This commit is contained in:
Gucheng Wang
2023-03-18 18:54:05 +08:00
parent 263f804ab8
commit 31e4813df9
13 changed files with 634 additions and 618 deletions

View File

@@ -155,8 +155,8 @@ class ProductBuyPage extends React.Component {
text = i18next.t("product:Alipay");
} else if (provider.type === "WeChat Pay") {
text = i18next.t("product:WeChat Pay");
} else if (provider.type === "Paypal") {
text = i18next.t("product:Paypal");
} else if (provider.type === "PayPal") {
text = i18next.t("product:PayPal");
}
return (