mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 20:33:16 +01:00
Add country synonyms for Iran and Moldova (#1121)
This commit is contained in:
parent
3f9b395b89
commit
dd03c63da2
1 changed files with 2 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue