Merge branch 'MDL-68271-master' of git://github.com/sarjona/moodle

This commit is contained in:
Andrew Nicols 2020-05-11 09:10:40 +08:00
commit 0d5b115b0e
9 changed files with 716 additions and 11 deletions

View file

@ -446,4 +446,12 @@ $definitions = array(
'simpledata' => true,
'staticacceleration' => true,
],
// Language strings for H5P content-type libraries.
// Key "{$libraryname}/{$language}"" contains translations for a given library and language.
// Key "$libraryname" has a list of all of the available languages for the library.
'h5p_content_type_translations' => [
'mode' => cache_store::MODE_APPLICATION,
'simpledata' => true,
],
);