only english in block edit form?

Re: only english in block edit form?

by David Mudrák -
Number of replies: 0
Core developers की तस्वीर Documentation writers की तस्वीर Moodle HQ की तस्वीर Particularly helpful Moodlers की तस्वीर Peer reviewers की तस्वीर Plugin developers की तस्वीर Plugins guardians की तस्वीर Testers की तस्वीर Translators की तस्वीर

Hi Andre,

correct - all Moodle code MUST define English strings first and then the translation. If a string is not defined in the English lang pack, it does not exist.

Just to fix, the correct order of the parameters is

get_string('somestring', 'block_blockname');

Cheers