Add missing localization strings: Buy button

pull/3512/head
Hwee-Boon Yar 3 years ago
parent cdce1d9978
commit 907817fd2f
  1. 2
      AlphaWallet/Core/BuyToken/Ramp/Ramp.swift
  2. 1
      AlphaWallet/Localization/en.lproj/Localizable.strings
  3. 1
      AlphaWallet/Localization/es.lproj/Localizable.strings
  4. 1
      AlphaWallet/Localization/ja.lproj/Localizable.strings
  5. 1
      AlphaWallet/Localization/ko.lproj/Localizable.strings
  6. 1
      AlphaWallet/Localization/zh-Hans.lproj/Localizable.strings

@ -10,7 +10,7 @@ import UIKit
struct Ramp: TokenActionsProvider, BuyTokenURLProviderType {
var action: String {
return "Buy"
return R.string.localizable.aWalletTokenBuyTitle()
}
var account: Wallet

@ -544,6 +544,7 @@
"a.wallet.token.arbitrumBridge.button.title" = "Convert to Arbitrum";
"a.wallet.token.buy.xDai.title" = "Buy xDai";
"buyCrypto.title" = "Buy Crypto";
"a.wallet.token.buy.title" = "Buy";
"qrCode.myqrCode.title" = "My QR Code";
"qrCode.sendToAddress.title" = "Send to this Address";
"qrCode.watchWallet.title" = "Watch Wallet";

@ -544,6 +544,7 @@
"a.wallet.token.arbitrumBridge.button.title" = "Convert to Arbitrum";
"a.wallet.token.buy.xDai.title" = "Buy xDai";
"buyCrypto.title" = "Buy Crypto";
"a.wallet.token.buy.title" = "Buy";
"qrCode.myqrCode.title" = "My QR Code";
"qrCode.sendToAddress.title" = "Send to this Address";
"qrCode.watchWallet.title" = "Watch Wallet";

@ -544,6 +544,7 @@
"a.wallet.token.arbitrumBridge.button.title" = "Convert to Arbitrum";
"a.wallet.token.buy.xDai.title" = "Buy xDai";
"buyCrypto.title" = "Buy Crypto";
"a.wallet.token.buy.title" = "Buy";
"qrCode.myqrCode.title" = "My QR Code";
"qrCode.sendToAddress.title" = "Send to this Address";
"qrCode.watchWallet.title" = "Watch Wallet";

@ -544,6 +544,7 @@
"a.wallet.token.arbitrumBridge.button.title" = "Convert to Arbitrum";
"a.wallet.token.buy.xDai.title" = "Buy xDai";
"buyCrypto.title" = "Buy Crypto";
"a.wallet.token.buy.title" = "Buy";
"qrCode.myqrCode.title" = "My QR Code";
"qrCode.sendToAddress.title" = "Send to this Address";
"qrCode.watchWallet.title" = "Watch Wallet";

@ -544,6 +544,7 @@
"a.wallet.token.arbitrumBridge.button.title" = "Convert to Arbitrum";
"a.wallet.token.buy.xDai.title" = "Buy xDai";
"buyCrypto.title" = "Buy Crypto";
"a.wallet.token.buy.title" = "Buy";
"qrCode.myqrCode.title" = "My QR Code";
"qrCode.sendToAddress.title" = "Send to this Address";
"qrCode.watchWallet.title" = "Watch Wallet";

Loading…
Cancel
Save