Closed (fixed)
Project:
Lite Youtube
Version:
1.0.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jun 2025 at 20:44 UTC
Updated:
17 Jun 2025 at 14:03 UTC
Jump to comment: Most recent
Certain strings in the Lite Youtube module are hardcoded and do not utilize Drupal's translation system. This impacts internationalization (i18n) and makes it difficult to localize the module for non-English users.
Example:
'youtube_video_play' => 'Play',
None expected, as this change affects only the translatability of strings.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ruby232 commentedComment #4
jleon1110 commentedI have reviewed the proposed solution.
It resolves the issue correctly, and I believe it is ready to be merged.
Comment #7
ruby232 commentedComment #8
ruby232 commented