mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add country synonyms for Iran and Moldova (#1121)
This commit is contained in:
@@ -13,6 +13,8 @@ const fuzzyDict: Record<string, string> = {
|
||||
"United Kingdom": "GB",
|
||||
Russia: "RU",
|
||||
"Slovak Republic": "SK",
|
||||
Iran: "IR",
|
||||
Moldova: "MD",
|
||||
};
|
||||
|
||||
const getISOCountry = (country: string | null | undefined) => {
|
||||
|
||||
Reference in New Issue
Block a user