Custom country in indico 3.0

Hello,
I need to custom country in registration form in Indico 3.0. I config CUSTOM_COUNTRIES = {‘TW’: ‘Taiwan China’} in indico.conf and restart indico. But the country name is not changed. It still show ‘Taiwan’ in registration form. Even I remove all cache of browser and indico cache. How should I custom country name ?

Thanks a lot,
LX

Looks like a bug; currently CUSTOM_COUNTRIES only applies for countries that do not exist yet. We’ll fix this in the upcoming 3.1 release.

I also need to custom chinese verison of country name. Thanks a lot

Currently it’s not possible to localize the custom country titles. So you may need to use a workaround like putting both versions in the same string…