Code issues in language support #53880
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are a couple of issues in the
PillarServer.set_languages()function:_config_xxx()functions. Somewhere below them would be nicer.translations_folderparameter is unused, but there is no documentation on why that paramter is there.self.default_localeandself.languagesis set but not initialised in__init__()Added subscribers: @dr.sybren, @dfelinto, @fsiddi