• When the site language is English and admin user’s language is Japanese, the language of newly created page become to user language (Japanese).

    Which inverts the primary-secondary relationship between site language and translation.

    I’d like to request to change current specification to the language of first created pages to be the site language by default.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    This is impossible because the user doesn’t necessarily have a capability to edit posts in the site language.

    Thread Starter orrisroot

    (@orrisroot)

    Thank you for your reply. I understood your opinion.

    Well, if that’s so, what do you think about to provide a filter hook or an environment variable for changing the behavioral specification?

    The part related to this issue is the following two lines:
    – admin/includes/post.php 215: $post_locale = bogo_get_user_locale();
    – includes/post.php 455: $locale = bogo_get_user_locale();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Newly created pages want to be in the site language’ is closed to new replies.