Closed (fixed)
Project:
Internationalization
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 20:01 UTC
Updated:
12 May 2009 at 11:20 UTC
I disabled Multilingual support for a content type, "new posts are saved with the default language. Existing content will not be affected by changing this option".
But if I want existing content be affect??
I have made a mistake by enable multilingual support for thaht content type. I made 1000 nodes in "french translation", and I don"t reallly need this. I don't translate the body...
I don't want edit more than 1000 nodes in order to put back the defaut language...
I think I have to use tables but I really don't know how to do that.
An ideas?
Thanks :)
Comments
Comment #1
jose reyero commentedThis should be an easy db update:
Comment #2
junro commentedMy french language is gone, it's a godd point, but I think language neutral is not set up.
in /admin/content/node, the language column is empty, instead of having "Language neutral", normal?
Comment #3
junro commentedLanguage neutral is not set up
I tried:
UPDATE node SET language = 'Language neutral' WHERE type = 'yourcontenttype';
UPDATE node SET language = 'neutral' WHERE type = 'yourcontenttype';
UPDATE node SET language = 'language neutral' WHERE type = 'yourcontenttype';
Comment #4
junro commentedok, fixed.
I don't have to put Language neutral in UPDATE node SET language = ''