Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Tseung 7294aede4f Add new variant for SenderToRecipient component 2018-08-22 10:53:20 -07:00
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
kumavis 9867bec17e lint - i18n - ru - lint fix 2018-04-02 14:49:25 -07:00
kumavis 6d5f1392a5
Merge branch 'master' into i18n-helper 2018-04-02 10:47:24 -07:00
Gornov Dmitry 55e15ee7c6 Modified Russian localization. resolves #3534, #3644 2018-03-29 02:18:18 +02:00
kumavis 8421cf1954 i18n - fix casing for key 'downloadStateLogs' 2018-03-27 19:59:45 -07:00
Victor Charapaev ec1188f250 Translate to Russian (#3644)
* Add Russian localization
2018-03-21 11:37:54 -07:00