• Resolved dozentis

    (@istag)


    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.

    • This topic was modified 6 years, 2 months ago by dozentis.
Viewing 1 replies (of 1 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi @istag,

    thanks for pointing this out. I’ve just fixed the bug. The fix will be included in the closest update.

Viewing 1 replies (of 1 total)

The topic ‘Translation bug su_image_carousel’ is closed to new replies.