- Merge request !53Issue #3548236: H5P Editor fails to use chosen language for global editor text β (Merged) created by Unnamed author
The H5P editor fails to use your chosen language and defaults to English.
The changes in
π
Remove vendor directory and composer.lock from project repository
Active
resulted in the $chosenLanguage
value in getTranslationFilePath()
being root relative instead of relative. As a result, the file_exists()
check doesn't find the file. A simple fix is to prepend the root relative path with the DRUPAL_ROOT
value so file_exists() can find the file.
The fix above.
None
None
None
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.