Is it possible to adjust edx-platform locales without making changes within conf/locale/config.yamlIs it possible to adjust edx-platform locales without making changes within conf/locale/config.yaml?
step 3 of Internationalization and localization says:
Make sure all languages you wish to download are present and uncommented in
conf/locale/config.yaml
. For example, if you wish to download Arabic and Chinese (China), make sure your config.yaml file looks like this:
locales:
- ar # Arabic
- zh_CN # Chinese (China)
So I want to know does that configuration file have any other usage except downloading from transifex?
and is there any other solution that I don’t need to make those modifications every time I want to upgrade to a new release?