syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 113 forks source link

Localization / Translation bug #119

Closed Leomgx closed 10 years ago

Leomgx commented 10 years ago

I can't translate this, inside the block struture:

function __construct() {
    $block_options = array(
        'name' => __('Posts Block', 'meline'),
        'size' => 'span6',
    );

What's the error? The "Posts Block" is ok, but the translated string don't work. Thank you!