aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/zh_TW
Commit message (Collapse)AuthorAgeFilesLines
* 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