diff --git a/README.md b/README.md index 90e2b95..3395eea 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ # yabpt -yabpt stands for **Y**et **A**nother **B**itcoin **P**rice **T**icker. It is a Firefox extension that displays the current price of Bitcoin, in USD. +yabpt is a browser extension that displays the current price of Bitcoin in more than 15 different currencies. It's nice, elegant, clean and simple. yabpt is powered by [Blockchain.info](https://blockchain.info). Available at [Mozilla Add-Ons for Firefox](https://addons.mozilla.org/en-US/firefox/addon/yabpt/). -### Translating +## Download +- Firefox: https://addons.mozilla.org/en-US/firefox/addon/yabpt/ +- Chrome: https://chrome.google.com/webstore/detail/yet-another-bitcoin-price/digkhhkhakkpankejbcpgghphidokljl + +## Translating If you want to translate yabpt to your native language, here are a few steps to help you get started with it: * Fork the repository -* Copy the `en-US.properties` file, located on `locale` folder, and rename it to `xx-YY.properties` (where *xx-YY* is the **ISO 3166 Alpha-2 code** for the language you want to translate to) -* Submit a Pull Request - -For more information, please check out these links: - -* [ISO 3166](http://www.iso.org/iso/country_codes) -* [What is ISO 3166 Alpha-2](http://www.iso.org/iso/home/standards/country_codes/country_codes_glossary.htm) -* [ISO 3166 Online Browsing Platform](https://www.iso.org/obp/ui/#search/code/) +* Create a folder in `_locales` with the [tag](https://r12a.github.io/apps/subtags/) of the language you wish to translate the extension to +* Copy the `_locales/en/messages.json` file to the new folder you just created +* Translate and submit a pull request