I18n, video-widget.php and social-widget.php
-
In lithium/functions.php, the call to load_theme_textdomain defines the domain ‘lithium’.
But:
– lithium/includes/social-widget.php expects ‘lithium-widget_domain’
– lithium/includes/video-widget.php expects ‘lithiumvideo-widget_domain’Then the labels defines with those domains are not translated.
Is there any reason not to replace ‘lithium-widget_domain’ and ‘lithiumvideo-widget_domain’ by ‘domain’?
- The topic ‘I18n, video-widget.php and social-widget.php’ is closed to new replies.