Bug #291
Strings in install.sql files are not translated
| Status: | Confirmed | Start date: | 2010-05-29 | |
|---|---|---|---|---|
| Priority: | Undecided | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| PHP Version: |
Description
Currently strings such as 'Main Site' and 'Manage Menu', which are found in install.sql files, are not translated, they need to be added in a more flexible way which allows them to be translated.
History
Updated by Robert Clipsham over 1 year ago
To add to this list of untranslated strings - those in javascript and exceptions, where $this->_event->error( $e->getMessage() ); is used.