Skip to content

Commit

Permalink
Removed mention of other fiat currencies until we support them on the…
Browse files Browse the repository at this point in the history
… server.
  • Loading branch information
Klakurka committed Sep 12, 2023
1 parent 5d54d21 commit 4390001
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -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:**
<!-- tabs:start -->
Expand Down
6 changes: 3 additions & 3 deletions docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -269,7 +269,7 @@ amount = 100

> **参数"currency"用来定义币种。将此参数与可选用的参数"amount"结合使用,可以指定以其他货币来显示特定的金额。**
?> 此参数是可选用的。默认货币为"XEC"。可用币种如下:XEC、BCH、美元、加拿大元、欧元、英镑、澳大利亚元
?> 此参数是可选用的。默认货币为"XEC"。可用币种如下:XEC、BCH、美元、加拿大元

**例子:**
<!-- tabs:start -->
Expand Down
6 changes: 3 additions & 3 deletions docs/zh-tw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -269,7 +269,7 @@ amount = 100

> **參數"currency"用來定義幣種。將此參數與可選用的參數"currency"結合使用,可以指定以其他貨幣來顯示特定的金額。**
?> 此參數是可選用的。替代貨幣為"XEC"。可用幣種如下:XEC、BCH、美元、加幣、歐元、英鎊、澳元
?> 此參數是可選用的。替代貨幣為"XEC"。可用幣種如下:XEC、BCH、美元、加幣。

**例子:**
<!-- tabs:start -->
Expand Down

0 comments on commit 4390001

Please sign in to comment.