- 🇺🇸United States dww
Triaging the update.module component. This issue is about
core/includes/update.inc
, which the@file
comment says is "Drupal database update API." Moving to a more appropriate component.Also, tagging as a bug to be smashed.
Confirmed that this file still includes untranslated UI text. I'm not immediately sure if when these methods are running if "enough" Drupal is bootstrapped to be able to negotiate an appropriate language and translate anything. I suspect not.
Perhaps the better task here is to "Add comments to update.inc to explain why t() is not used in early requirements checks" or something. 😅
- 🇺🇸United States dww
p.s. It looks like only
update_system_schema_requirements()
includes the untranslated UI text. There are other usages oft()
in this file (e.g. in_update_fix_missing_schema()
).