Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lua/wikis/rocketleague/FilterButtons/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local REGION_TO_SUPERREGION = {
['Europe'] = 'EU',
['Turkey'] = 'EU',
['North America'] = 'NA',
['Central America'] = 'NA',
['Oceania'] = 'OCE',
['Latin America North'] = 'SAM',
['Latin America South'] = 'SAM',
Expand All @@ -26,8 +27,11 @@ local REGION_TO_SUPERREGION = {
['MENA'] = 'MENA',
['Asia'] = 'APAC',
['Asia-Pacific'] = 'APAC',
['East Asia'] = 'APAC',
['Japan'] = 'APAC',
['Africa'] = 'SSA',
['Other'] = 'Other',
['World'] = 'Other',
}

local REGIONS_IN_SUPERREGION = Table.mapValues(Table.groupBy(REGION_TO_SUPERREGION, function(region, superRegion)
Expand Down
Loading