Issue Details (XML | Word | Printable)

Key: MDL-11406
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Nicolas Connault
Reporter: Ralf Hilgenstock
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Search block has language files in the wrong place

Created: 23/Sep/07 01:44 AM   Updated: 04/Dec/07 06:42 AM
Return to search
Component/s: Blocks, Languages
Affects Version/s: 1.9
Fix Version/s: 1.9

Issue Links:
Duplicate
 
Relates
 

Participants: Martin Dougiamas, Nicolas Connault, Nicolas Martignoni, Ralf Hilgenstock and Stephen Bourget
Security Level: None
QA Assignee: Nicolas Martignoni
Resolved date: 28/Sep/07
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
I remember that there was a decision to place the language files of standard elements in the moodle/en_utf8 folder and the language files of translated files in moodledata/lang/mylanguage_utf8. The search block is part of the standard, but it contains an own language folder for en_utf and fr_utf8. These language foldr should be moved.

If we don't do this we will get problems with fast growing moodle packages and chaos in translations. To place the non en_utf8 language files in the moodledata folder had the reason in to big moodle packages

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 23/Sep/07 11:22 PM
Correct: Language files of standard tools should be placed in moodle/lang/en_utf8.

Nicolas, could you please check and move the language files for the global search block from the /blocks/search/lang/en_utf8 to /lang/en_utf8 ... the french one should go to the french pack.


Nicolas Connault added a comment - 28/Sep/07 04:47 PM
Done

Nicolas Martignoni added a comment - 28/Sep/07 05:07 PM
This was a dupe of MDL-10979. Thanks for fixing it.

Stephen Bourget added a comment - 04/Dec/07 06:42 AM
MDL-12094 seems to revert the fix that was applied for this bug