Posted by miopa on February 6, 2006 at 11:41pm
Jump to:
| Project: | Hall of Fame |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | syscrusher |
| Status: | active |
Issue Summary
The most serious bug is in the permission system, if section names are translated to some exotic language, the permissions are fucked and module content not accessible.
There is another problem, strings for translation shoud not be divided in substrings, it's impossible to get grammatically correct sentence in most languages with just translating the words and clamping them together.
Comments
#1
As the module has moved from Drupal 4.6 up through Drupal 6, the second point you raise (which is a very valid one!) has been fixed, unless I've missed a straggler or two. I'll watch this carefully as I migrate the module to Drupal 7.
The first point is a little harder to fix. I see what you mean, and I need to change the permission string entirely. I don't want to break the Drupal 6 version right before Drupal 7 comes out, but I will fix this behavior in the Drupal 7 version.