Translation bug su_image_carousel
-
I just found out that there is a translation bug in the new “su_imagecarousel” shortcode.
[su_image_carousel link=”post”]
When inserting this shortcode and link to post, normally you choose link to “post-permalink” in dropdown-list.
In German: post-permalink -> “Beitrags-Permalink” (this will be correctly shown in the other gallery shortcodes, like slider …But it shows a wrong string -> “Veröffentlicht” (meanining “published”) – it’s coming from the “post” string in another line
I searched through the german de-DE.po -file, and found
#: includes/shortcodes/slider.php:39 includes/shortcodes/carousel.php:39 #: includes/shortcodes/custom-gallery.php:35 msgid "Post permalink" msgstr "Beitrags-Permalink"Then i looked into includes/shortcodes/image-carousel.php:135
`’post’ => __( ‘Post’, ‘shortcodes-ultimate’ ),”
and this isn’t included in the de-DE.po file. I think this missing include is causing the bug.
The topic ‘Translation bug su_image_carousel’ is closed to new replies.