-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.1
-
MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
Looks like the scheduled task update_langpacks_task does not purge language cache.
Because of this, changes in updated language packs are not visible.
Steps
1. Change string in official language pack(not english)
2. Run php schedule_task.php --execute=\\tool_langimport\\task
update_langpacks_task
3. Verify that new language pack was downloaded and the translated string is present
4. Translated string is not visible in moodle, old value is presented
5. Run php admin/cli/purge_caches.php
6. New value of the string is presented in the moodle.