1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/_locales
Whymarrh Whitby 6e6a4825ac Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages
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
2018-08-13 19:47:56 -02:30
..
cs
de Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
en Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
es Fix casing of MetaMask in all localized messages 2018-08-13 19:47:45 -02:30
fr Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
hn
it Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
ja
ko
nl Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
ph Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
pt Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
ru Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
sl
th Fix casing of MetaMask in all localized messages 2018-08-13 19:47:45 -02:30
tml
tr Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages 2018-08-13 19:47:56 -02:30
vi Fix casing of MetaMask in all localized messages 2018-08-13 19:47:45 -02:30
zh_CN Fix casing of MetaMask in all localized messages 2018-08-13 19:47:45 -02:30
zh_TW Fix casing of MetaMask in all localized messages 2018-08-13 19:47:45 -02:30
index.json