mirror of https://github.com/stashapp/stash.git
Add alias for Laos (#2655)
This commit is contained in:
parent
3d52bad9bd
commit
5e455d6530
|
@ -15,6 +15,7 @@ const fuzzyDict: Record<string, string> = {
|
|||
"Slovak Republic": "SK",
|
||||
Iran: "IR",
|
||||
Moldova: "MD",
|
||||
Laos: "LA",
|
||||
};
|
||||
|
||||
const getISOCountry = (country: string | null | undefined) => {
|
||||
|
|
Loading…
Reference in New Issue