Bug #36165
Localization of some strings results in empty string
| Status: | Rejected | Start date: | 2012-04-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Has patch: | Yes | |||
| Votes: | 0 |
Associated revisions
Fix bug #36165: Localization of some strings results in empty string
Fix bug #36165: Localization of some strings results in empty string
Follow-up to bug #36165: Log warning to sysLog if localized label was not returned by div2007
Follow-up to bug #36165: Log warning to sysLog if localized label was not returned by div2007
History
Updated by Stanislas Rolland about 1 year ago
Using TYPO3 4.5.14 and div2007 0.8.2, the localization file to French contains this:
<label index="evalErrors_preg"/>
tx_div2007_alpha5::getLL_fh002 returns an empty string.
$GLOBALS['TSFE']->sL('LLL:EXT:sr_feuser_register/pi1/locallang.xml:evalErrors_preg') returns the default English text.
I think the language array is incomplete.
Updated by Stanislas Rolland about 1 year ago
- File issue-36165.patch added
- Has patch changed from No to Yes
Attached patch will fix this for now.
Updated by Stanislas Rolland about 1 year ago
- Status changed from New to Resolved
Updated by Franz Holzinger about 1 year ago
- Status changed from Resolved to Rejected
This patch won't be needed.
Try out the PHP file class.tx_div2007_alpha5.php I have sent you via email.
Updated by Franz Holzinger about 1 year ago
Version version 0.9.0. of div2007 has been published in TER. Use this and remove your patch.