* Add stealth invoice switch to profile
* Add stealth invoice including only order uuid
* Add explanatory tooltip for stealth invoices and fix code smells
* Create Fiat Payment.md
Start creating
* Update Fiat Payment.md
* Create PaypalGuide.md
* Delete PaypalGuide.md
* Begin translation to thai language
* Update how-to-use_th.md
* Create th.json
* Update th.json
Translated UNSAFE alert, User generating page, and Maker page.
Except for Swap Destination(s), "Order current rate:", "Your order fixed exchange rate", and "Your order's current exchange rate. Rate will move with the market."
* Update th.json
* Create th.json
This will begin translate the platform into Thai. It hasn't finished yet. I've been tried testing all Thai word that I translated with my PC browser and adjust the length of phrases accordingly. Some phrases was not directly translated but I've tried my best to keep the real implication the same as the original.
* Update th.json
Update the keys and value to match current en.json
* Update th.json
Complete translating from english to thai.
* Update th.json
Update to lastest version
* Update th.json
Correction
* Create th.json
Move completed file from old folder
* Delete th.json
Move to static/locale folder
* Delete how-to-use_th.md
* Update th.json
QC thai grammar
* Removed coinaddrvalidator dependency
* Return generic "Ivalid address" error message instead of the error returned by bitcoind when validating an address
* Modified messages related to bitcoin addresses validation
* Add fiat currencies: BYN, EGP, LKR, and MAD, all of which Yadio supports.
* Add new currencies to currencies.json
Co-authored-by: Stephen Gornick <sgornick@gmail.com>
We should never version built files. This leads to conflicts when merging branches.
This commit deletes the main.js file and changes the .gitignore to prevent it from being added again
* Create pn helper function inside utils folder
The function pn() is being defined a few times in different components. This commit is the first of two commits to solve this issue.
This commit only creates the function inside the utils folder.
Jest is also being introduced for unit tests.
* Use pn from utils folder
This commit removes the multiple definitions of pn found across the project and imports the helper function whenever needed.