welcome.py uses i8n.translate() to get a string from dictionaries for a given site. This mechanism fails for commons due to the '_default' entry because translate() expects a language code here when no fallback is given.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
[bugfix] cleanup L10N dictionaries | pywikibot/core | master | +15 -26 |
Event Timeline
Comment Actions
Change 307523 had a related patch set uploaded (by Xqt):
[bugfix] cleanup L10N dictionaries