Closed (duplicate)
Project:
Internationalization
Version:
6.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2008 at 14:18 UTC
Updated:
16 Aug 2008 at 16:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
jax commentedIf you put
i18n_variable_init();in the drupal_init_path() piece it works beautifully. Doingi18n_variable_init();in hook_boot() doesn't work and hook_init() is too late. Any alternatives?Comment #2
jax commentedHere is a patch that enables the use of site_frontpage as language dependent variable. This means that you can go to ?q=nl and get the Dutch front page, ?q=fr and get the French one.
It removes a line from drupal core so this cannot be integrated in the module. I would appreciate other suggestions though.
Comment #3
fletchgqc commentedMarking this as a duplicate. Basically the same issue is being discussed here #249694: Multilingual front page and a "page not found" error for both D5 and D6 so it would be best to have all the discussion in one place. Please post your patch there.