语言首页的 URL 别名
我已将 Drupal 设置为根据 URL(路径前缀)确定语言,因此 /
是英语,/da
是丹麦语。 这适用于除 /da
之外的所有页面。
丹麦语的首页是 /node/14
,但当我转到 /da
时它不会显示
。任何语言都不会显示标记为语言中性的内容。
有什么想法吗?
ps我正在使用Drupal 7.0 Alpha 2
I have set Drupal to determine the language from the URL (path prefix), thus /
is english and /da
is Danish.
This works fine for all pages except /da
The frontpage for Danish is /node/14
but it doesnt show when I go to /da
Also content marked Language neutral is not showing for any language.
Any ideas?
p.s. I'm using Drupal 7.0 Alpha 2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,在D6中,您可以将一条记录插入到
{url_alias}
表中,然后一切都会好的。As I know in D6, you can insert a record into
{url_alias}
table and everything will be ok then.我不认为 core 有能力为每种语言设置单独的首页。您必须使用像 http://drupal.org/project/i18n 这样的模块,尚未完成任何移植到 Drupal 7 的工作。
I don't think core has the ability to set an individual front page for each language. You'd have to use a module like http://drupal.org/project/i18n, which has yet to have any work completed with porting to Drupal 7.