Details
Description
Custom blocks can store their language files in their own directory eg blocks/my_block/lang/en_utf8/block_my_block.php
When using the admin interface to edit language strings, these files do not appear in the list to be edited ie only the files under lang/en_utf8 appear.
Attachments
Issue Links
| This issue duplicates: | ||||
| MDL-9361 | Ability to edit language in third party modules and plugins w/o copying the language files |
|
|
|
This has been already fixed and should work in 1.9 - see
MDL-9361. Please note, custom (3rd party's) plugins are listed separately at the very bottom of the selection box.I have tried to reproduce:
$ mkdir -p blocks/my_block/lang/en_utf8
$ touch blocks/my_block/lang/en_utf8/block_my_block.php
and the file appeared in the selection (see screenshot).
MDL-9361. Please note, custom (3rd party's) plugins are listed separately at the very bottom of the selection box. I have tried to reproduce: $ mkdir -p blocks/my_block/lang/en_utf8 $ touch blocks/my_block/lang/en_utf8/block_my_block.php and the file appeared in the selection (see screenshot).