• Resolved bryarworld

    (@bryarworld)


    So, I have a child DIVI theme and a custom php template for a page…
    But after creating a new language in Loco, it doesn’t detect or find those texts inside the .php templates…

    Example:

    <button type="button" class="btn btn-primary btn-sm"><?php echo __('Read','et-core'); ?></button>
Viewing 1 replies (of 1 total)
  • Plugin Author Tim W

    (@timwhitlock)

    This string will be extracted no problem if instructed to do so.

    Adding a new language may not be extracting new source strings. For example, (1) if there is a POT in place, or (2) if the text domain is wrong.

    To understand this, please see the manual sections on working with templates and the sync function.

Viewing 1 replies (of 1 total)

The topic ‘Loco doesn’t detect text’ is closed to new replies.