summaryrefslogtreecommitdiff
path: root/searx/data/currencies.json
diff options
context:
space:
mode:
authorrinpatch <rinpatch@airmail.cc>2018-04-22 13:46:13 +0300
committerrinpatch <rinpatch@airmail.cc>2018-04-22 13:46:13 +0300
commita305dae9d88fe3c37ef18e4ce5cbe75f07c40a45 (patch)
tree0eda5d83c83edb95b7e3e0650c31441d0dd488b0 /searx/data/currencies.json
parent829d4793125b9214f9c80c807807343783b4715b (diff)
downloadsearxng-a305dae9d88fe3c37ef18e4ce5cbe75f07c40a45.tar.gz
searxng-a305dae9d88fe3c37ef18e4ce5cbe75f07c40a45.zip
switched currency convert to duckduckgo and added Bitcoin to currency list
Diffstat (limited to 'searx/data/currencies.json')
-rw-r--r--searx/data/currencies.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/searx/data/currencies.json b/searx/data/currencies.json
index bfde5a74a..ad4e08fd4 100644
--- a/searx/data/currencies.json
+++ b/searx/data/currencies.json
@@ -6163,9 +6163,21 @@
],
"scellino keniota": [
"KES"
- ]
+ ],
+ "bitcoin": [
+ "XBT"
+ ]
},
"iso4217": {
+ "XBT":{
+ "fr": "Bitcoin",
+ "en": "Bitcoin",
+ "nl": "Bitcoin",
+ "de": "Bitcoin",
+ "it": "Bitcoin",
+ "hu": "Bitcoin",
+ "es": "Bitcoin"
+ },
"DZD": {
"fr": "Dinar alg\u00e9rien",
"en": "Algerian dinar",
@@ -7652,4 +7664,4 @@
"es": "Libra sudanesa"
}
}
-} \ No newline at end of file
+}