aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/fr
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* fix plural in french translationsimon fourdinier2018-03-151-1/+1
|
* Update messages.jsonVincent Le Gallic2018-03-151-12/+12
| | | thx to @Senshii
* Add French translationVincent Le Gallic2018-03-141-0/+609