What happens is that for any input of country without a corresponding input for region, that if the country is recognized as a region (which it is for many large countries like india, china etc), the country is removed and only region is stored.
This leads to display issues in the app, showing unknown flag.
As reported on discord: https://discord.com/channels/93055209017729024/1209064462611517460/1248940608920223865
What happens is that for any input of
country
without a corresponding input for region, that if the country is recognized as a region (which it is for many large countries like india, china etc), the country is removed and only region is stored. This leads to display issues in the app, showing unknown flag.This stems from some countries being defined as region: https://github.com/Liquipedia/Lua-Modules/blob/af7c28659bd3fb5bc88facbe660327ccd0359978/standard/region/commons/region_data.lua#L68-L77 https://github.com/Liquipedia/Lua-Modules/blob/af7c28659bd3fb5bc88facbe660327ccd0359978/standard/region/commons/region_data.lua#L221-L265