Adding Swedish currency & fixing GBP as per Yahoo

master
Brandon Lee Camilleri 3 years ago committed by GitHub
parent ec2ac916fb
commit 81febd7d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      layout.go

@ -18,6 +18,8 @@ import (
var currencies = map[string]string{
"RUB": "₽",
"GBP": "£",
"GBp": "£",
"SEK": "kr",
"EUR": "€",
"JPY": "¥",
}

Loading…
Cancel
Save