@ -26,6 +26,7 @@ lazy_static::lazy_static! {
|
||||
"TRY",
|
||||
"AMD",
|
||||
"RSD",
|
||||
"THB"
|
||||
];
|
||||
|
||||
static ref CONVERTION_ALIASES: HashMap<&'static str, &'static str> = HashMap::from(
|
||||
@ -64,6 +65,8 @@ lazy_static::lazy_static! {
|
||||
("драм", "AMD"),
|
||||
// RSD
|
||||
("динар", "RSD"),
|
||||
// THB
|
||||
("бат", "THB"),
|
||||
]
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user