aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/zh_TW
Commit message (Collapse)AuthorAgeFilesLines
* Lint `.json` files (#6852)Mark Stacey2019-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Add delete to custom RPC form (#6718, #6650)Dan J Miller2019-06-171-0/+3
|
* Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵kumavis2019-03-291-0/+9
|\ | | | | | | into vimalsagar-develop
| * merging upstream branchVimal2018-11-121-0/+45
| |\
| * | Adding CoinSwitch exchangeVimal2018-10-221-0/+9
| | |
* | | Improved Traditional Chinese translation (#6125)S.C. Chen2019-02-121-102/+735
| | |
* | | Increase Token Symbol length to twelveThomas Huang2018-11-231-2/+2
| | |
* | | Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-2/+2
| |/ |/| | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
* | 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
|/
* Fix formatting of locale files (#5479)Noel Yoo2018-10-101-1/+1
|
* Fix casing of MetaMask in all localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* i18n - fix casing for key 'downloadStateLogs'kumavis2018-03-281-1/+1
|
* [zh-TW] fix translation and add missing stringsgasolin2018-03-271-11/+50
|
* i18n - zh_tw traditional chinese (taiwanese)gasolin2018-03-271-0/+864
* translate to Traditional Chinese, fix #3529