Bug #3302
closed
Missing / Not working language strings
Added by nant over 12 years ago.
Updated about 12 years ago.
Start date:
23 February 2012
Description
As reported here:
https://www.joomlapolis.com/forum/147-potential-bug/192162-text-not-translated
The following language strings are not working:
1. WARNING text in avatar image field editing (see image1)
2. forum order field edit in right parameter area: (see image 2)
--> Signature frame word is not translating
--> Field settings for signature. is not translating
3. first name field edit parameter area (see image 3)
--> The first 3 drop-down values in the Authorized input:drop-down parameter are not translating ( Any string ..., Single word ..., Multiple words ...)
Files
typo in plug_cbsimpleboardtab -> cb.simpleboardtab.php line 153:
trigger_error( 'Forum-updateUser SQL error' . $_CB_database->stderr( true ), E_USER_WARNING );
E_USER_WARNING should be _UE_USER_WARNING ???
E_USER_WARNING is a PHP constant, to be used (correctly here) as 2nd argument of trigger_error().
So that's not the issue here.
- Status changed from New to Closed
- Assignee set to beat
- Target version set to CB 1.9
- Estimated time set to 1:00 h
I checked all 3 reported issues locally using translation debugging and all 3 are highlighted correctly going through translations.
So issue must be elsewhere. Maybe in undefined backend strings ?
YES!
1 + 2 + 3 (except first drop-down) were language file strings missing in admin reference.
3 (first drop-down) was a space at end of the text in the cb.core.xml file.
Fixed all in r1897 .
- % Done changed from 0 to 100
Also available in: Atom
PDF