feat: add Zz (global) country param
This commit is contained in:
parent
f20ea693a6
commit
88104753e0
11 changed files with 8678 additions and 53700 deletions
|
|
@ -412,6 +412,8 @@ pub enum Country {
|
|||
Za,
|
||||
/// Zimbabwe
|
||||
Zw,
|
||||
/// Global (can only be used for music charts)
|
||||
Zz,
|
||||
}
|
||||
|
||||
/// Array of all available languages
|
||||
|
|
@ -822,6 +824,7 @@ impl Country {
|
|||
Country::Ye => "Yemen",
|
||||
Country::Za => "South Africa",
|
||||
Country::Zw => "Zimbabwe",
|
||||
Country::Zz => "Global",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue