Missing list of included modules using es.po
Farreres - February 5, 2008 - 08:36
| Project: | Update Status |
| Version: | 5.x-2.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dww |
| Status: | closed |
Description
With this new version of the module, the list of included functionalities is lost. I can only see includes: and an empty list.

#1
I can't reproduce this. You need to provide:
a) detailed instructions on how to reproduce the bug
b) a screenshot demonstrating the problem
c) details about what versions of everything you're using, etc.
I'm inclined to close this as a non-bug, since clearly the version that's released is working fine in testing (both local and from other people). Probably it's something broken with your configuration or usage.
#2
This is my screen. The web is translated into spanish.
#3
The es.po translation has a bug:
#: update_status.module:1084msgid "Includes: %modules"
msgstr "Incluye:"
Should be:
msgstr "Incluye: %modules"Just committed the attached patch to DRUAPL-5--2, but you're welcome to apply it on your site or make the same change yourself as a work-around. There might not be another official release, at least not for a while.
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.