10389 Posts in 2200 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 748 Views |
-
Default_locale with Sitetree Importer

3 December 2009 at 5:10am
hi all
i'm trying to import via Sitetree Importer on a page with translatables enabled. Unfortunately the pages are always created in english and not in the default language.
In _config.php i've set:
Object::add_extension('SiteTree', 'Translatable');
Translatable::set_default_locale('de_CH');
i18n::set_locale('de_CH');
i18n::$common_locales['de_CH'] = array('Deutsch', 'Deutsch (Schweiz)');Any tips how I manage to get them in the default Language?
-
Re: Default_locale with Sitetree Importer

4 February 2010 at 2:53am
This might be too late for you, lerni, but may be it helps anyone else.
IIRC the Sitetree Importer sets the Title field only (and the parent id). Have a look in it's PHP source code, that part is easy. There, right where it sets the title field, set also the locale field. See the sitetree table(s) for it's exact name. (I write this out of memory only, forgive me for not adding more details)
| 748 Views | ||
|
Page:
1
|
Go to Top |


