Searching for a certain string.

Searching for a certain string.

per Mitsuhiro Yoshida,
Number of replies: 2
Avatar Language pack maintainers

Hi David,


Sometimes I would like to edit a certain translated string directory after reading Moodle code.

For example, reading the following "blocks/private_files/block_private_files.php" code and would like to change the translated string "areauserpersonal" on lang file "repository.php".

class block_private_files extends block_base {

function init() {
$this->title = get_string('areauserpersonal', 'repository');
}

Is there any good way to do this?

Mits

In reply to Mitsuhiro Yoshida

Re: Searching for a certain string.

per David Mudrák,
Avatar Language pack maintainers

Hi Mits,

sure. Just go to the Translator a set the filter. Choose Component "core_repository" and type String identifier "areauserpersonal".


Hope this helps

David