• Resolved lalalapo

    (@lalalapo)


    Hi,

    after the update of the plugin I have always to change
    gallery-plugin.php -> Image into “Bild” because I have a German wordpress website.

    This is not very good, because there are lots of updates. When I’m using the German version, the text under the image should also be German. Otherwise it is not really a German version. Would it be possible to change the caption by the languages?

    https://www.ads-software.com/plugins/gallery-plugin/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi lalalapo,

    It is necessary to make some changes in language files of the plugin for the German language -> /wp-content/plugins/gallery-plugin/languages/gallery-de_DE.po

    If you create your own language pack or update the existing one, you can send the text in PO and MO files for BestWebSoft and we’ll add it to the plugin. You can download the latest version of the program for work with PO and MO files Poedit.

    Sincerely,
    Support Team

    Thread Starter lalalapo

    (@lalalapo)

    Hi,

    I checked the gallery-plugin\languages\gallery-de_DE.po There is the entry “Image” -> “Bild”. But if I update the plugin I have always to change gallery-plugin.php -> Image into “Bild”. So this translation is not shown in the front end. Why is this so?

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi again,

    if you want translations to be applied, it is necessary to change the language of WordPress. In order to do that find line

    define(‘WPLANG’, ”);

    and change it for

    define(‘WPLANG’, ‘de_DE’);

    in wp-config.php file.

    It is also necessary for these language files to be present in wordpress – it is “language” folder with the necessary language files in wp-content folder.

    Sincerely,
    BestWebSoft Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Gallery: Image x/y’ is closed to new replies.