|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
MDL-9361
Ability to edit language in third party modules and plugins w/o copying the language files
|
|
|
|
|
|
|
|
| Participants: |
David Mudrak and Shane Elliott
|
| Security Level: |
None
|
| Affected Branches: |
MOODLE_18_STABLE, MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
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.
|
|
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.
|
Show » |
|
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).