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