aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/ph
Commit message (Collapse)AuthorAgeFilesLines
* Lint `.json` files (#6852)Mark Stacey2019-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | We've been using the `eslint-plugin-json` plugin for some time, but we haven't been visiting `.json` files in the lint script. The lint script has now been updated to incude `.json` files, which means any invalid JSON will result in a lint error. Unfortunately this JSON plugin doesn't seem to apply the other eslint rules (such as `key-spacing`) to the JSON files. I wasn't able to find a way to get that to work. Instead I manually auto-formatted each of the locale `message.json` files, which fixed many whitespace inconsistencies. The `states.json` file was deleted completely, as it appears to be unused. It wasn't a valid JSON file anyway, it was JavaScript. It looks like a `states.js` file is automatically generated, but an old copy was accidentally saved as `states.json` and included in the repo. Many duplicate key errors were found and fixed in the `development/states/` JSON files. `package-lock.json` was added to `.eslintignore` because it was very slow to lint, and linting it doesn't provide much value.
* Remove shapeshift deposit form (#6746)Mark Stacey2019-06-251-4/+0
| | | Closes #6478
* merging upstream branchVimal2018-11-121-0/+45
|\
| * EIP-1102: add user privacy optionbitpshr2018-11-061-0/+6
| |
| * EIP-1102: Add option to force-enable providerbitpshr2018-11-061-0/+9
| |
| * EIP-1102: updated implementationbitpshr2018-11-061-0/+30
| |
* | Adding CoinSwitch exchangeVimal2018-10-221-0/+9
|/
* Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | | | | | | | Using the following commands: sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* Translate to Tagalog #3535Marvin Vista2018-03-151-1/+1
| | | | Changed some special characters
* Translate to Tagalog #3535Marvin Vista2018-03-151-0/+609