-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexandre Oliveira
authored
Dec 27, 2016
1 parent
5ec6a86
commit 4e752b0
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |