Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Ivan Volkov

    (@ivn1971)

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Have you been able to track down why the admin only displays 10% of the text?

    Also, mind submitting this as a pull request?

    Thread Starter Ivan Volkov

    (@ivn1971)

    I’m not a programmer.
    Now ready to translate 60%. A few days later I finished the translation and give it to you.

    Thread Starter Ivan Volkov

    (@ivn1971)

    I tried to trace the undiscrepancy linguistic variables ru-RU.mo file and the corresponding lines php files, but could not find. It seems that everything has to work – but there is no translation.

    Thread Starter Ivan Volkov

    (@ivn1971)

    May be I think I understand why this is happening! Not translated strings that are in the array.
    For exaple: title, short_description and extended_description displayed in English, even though they have been translated into Russian

    $args = array(
    			'title' => __( 'Custom Statuses', 'edit-flow' ),
    			'short_description' => __( 'Create custom post statuses to define the stages of your workflow.', 'edit-flow' ),
    			'extended_description' => __( 'Create your own post statuses to add structure your publishing workflow. You can change existing or add new ones anytime, and drag and drop to change their order.', 'edit-flow' ),
    			'module_url' => $this->module_url,
    			'img_url' => $this->module_url . 'lib/custom_status_s128.png',
    			'slug' => 'custom-status',
    			'default_options' => array(
    				'enabled' => 'on',
    				'default_status' => 'pitch',
    				'always_show_dropdown' => 'off',
    				'post_types' => array(
    					'post' => 'on',
    					'page' => 'on',
    				),
    			),

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Oh, I think I see what the problem. Those strings are loaded before the text domain is loaded. I’ve filed an issue to see about fixing it up in the next release.

    Thread Starter Ivan Volkov

    (@ivn1971)

    Please note, this is not the only place where the strings are not translated. I really liked this plugin, and I plan to use it with, but the authors of posts speak and write only in Russian.
    I have translated more than 80%. After the end of where to send the language files?

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    I have translated more than 80%. After the end of where to send the language files?

    You can submit them via a pull request, or upload them somewhere I can download.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Difficulties with the translation plugin’ is closed to new replies.