From 4390001bcd28d8cece4e4610b8c25c70cc9c2529 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 11 Sep 2023 18:39:42 -0700 Subject: [PATCH] Removed mention of other fiat currencies until we support them on the server. --- docs/README.md | 6 +++--- docs/zh-cn/README.md | 6 +++--- docs/zh-tw/README.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index ecaea5c6..b6f8852d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,7 +42,7 @@ var config = { amount: 4.5, goalAmount: 300000, canEdit: false, - currency: 'AUD', + currency: 'USD', text: 'Tip Us a Coffee!', hoverText: 'One coffee', theme: { @@ -79,7 +79,7 @@ render( '#advanced-usage-example', { amount: 4.5, goalAmount: 300000, canEdit: false, - currency: 'AUD', + currency: 'USD', text: 'Tip Us a Coffee!', hoverText: 'One coffee', theme: { @@ -269,7 +269,7 @@ amount = 100 > **The ‘currency’ parameter specifies what currency the amount will be denominated in. Use this in conjunction with the optional ‘amount’ paramter to specify an specific amount in a different currency.** -?> This parameter is optional. Default value is ‘XEC’. Possible values are ‘XEC’, ‘BCH’, ‘USD’, ‘CAD’, ‘EUR’, ‘GBP’, and ‘AUD’. +?> This parameter is optional. Default value is ‘XEC’. Possible values are ‘XEC’, ‘BCH’, ‘USD’ and ‘CAD’. **Example:** diff --git a/docs/zh-cn/README.md b/docs/zh-cn/README.md index 78ddd5e8..05645b4c 100644 --- a/docs/zh-cn/README.md +++ b/docs/zh-cn/README.md @@ -42,7 +42,7 @@ var config = { amount: 4.5, goalAmount: 300000, canEdit: false, - currency: 'AUD', + currency: 'USD', text: 'Tip Us a Coffee!', hoverText: 'One coffee', theme: { @@ -79,7 +79,7 @@ render( '#advanced-usage-example', { amount: 4.5, goalAmount: 300000, canEdit: false, - currency: 'AUD', + currency: 'USD', text: 'Tip Us a Coffee!', hoverText: 'One coffee', theme: { @@ -269,7 +269,7 @@ amount = 100 > **参数"currency"用来定义币种。将此参数与可选用的参数"amount"结合使用,可以指定以其他货币来显示特定的金额。** -?> 此参数是可选用的。默认货币为"XEC"。可用币种如下:XEC、BCH、美元、加拿大元、欧元、英镑、澳大利亚元 +?> 此参数是可选用的。默认货币为"XEC"。可用币种如下:XEC、BCH、美元、加拿大元 **例子:** diff --git a/docs/zh-tw/README.md b/docs/zh-tw/README.md index 984bda55..59d4ad53 100644 --- a/docs/zh-tw/README.md +++ b/docs/zh-tw/README.md @@ -42,7 +42,7 @@ var config = { amount: 4.5, goalAmount: 300000, canEdit: false, - currency: 'AUD', + currency: 'USD', text: 'Tip Us a Coffee!', hoverText: 'One cofee', theme: { @@ -79,7 +79,7 @@ render( '#advanced-usage-example', { amount: 4.5, goalAmount: 300000, canEdit: false, - currency: 'AUD', + currency: 'USD', text: 'Tip Us a Coffee!', hoverText: 'One coffee', theme: { @@ -269,7 +269,7 @@ amount = 100 > **參數"currency"用來定義幣種。將此參數與可選用的參數"currency"結合使用,可以指定以其他貨幣來顯示特定的金額。** -?> 此參數是可選用的。替代貨幣為"XEC"。可用幣種如下:XEC、BCH、美元、加幣、歐元、英鎊、澳元。 +?> 此參數是可選用的。替代貨幣為"XEC"。可用幣種如下:XEC、BCH、美元、加幣。 **例子:**