• It is possible to use __() function in field names etc. when creating them in function.php like:

    simple_fields_register_field_group( 'some-name', array(
            'name' => __( 'Some name', 'textdomain' ),

    I’ve added those names to theme po/mo files, translation is loaded (other strings are translated), but those are not.

    https://wordpress.org/plugins/simple-fields/

  • The topic ‘translation using GetText’ is closed to new replies.