Index: trunk/extensions/TimedMediaHandler/MwEmbedModules/TimedText/resources/mw.TimedText.js |
— | — | @@ -1078,6 +1078,9 @@ |
1079 | 1079 | // include html formating |
1080 | 1080 | // TOOD we should scrub this for non-formating html |
1081 | 1081 | $textTarget.html( text ); |
| 1082 | + |
| 1083 | + // Add/update the lang option |
| 1084 | + $textTarget.attr( 'lang', source.srclang.toLowerCase() ); |
1082 | 1085 | |
1083 | 1086 | // Update any links to point to a new window |
1084 | 1087 | $textTarget.find( 'a' ).attr( 'target', '_blank' ); |