PHP Drupal 6:使用i18n模块翻译主要和次要链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Drupal 6:使用i18n模块翻译主要和次要链接相关的知识,希望对你有一定的参考价值。

/**
* Multilingual settings
*
* This is a collection of variables that can be set up for each language when i18n is enabled.
* These are the basic ones for Drupal core, but you can add your own here.
*/
$conf['i18n_variables'] = array(
// Site name, slogan, mission, etc..
'site_name',
'site_slogan',
'site_mission',
'site_footer',
'anonymous',
// Different front page for each language
'site_frontpage',
// Primary and secondary links
'menu_primary_links_source',
'menu_secondary_links_source',
// Contact form information
'contact_form_information',
);

以上是关于PHP Drupal 6:使用i18n模块翻译主要和次要链接的主要内容,如果未能解决你的问题,请参考以下文章

如何为自定义 Drupal 7 模块生成翻译文件?

Drupal 8 更新自定义模块的 language.po 文件

Odoo国际化翻译方法及示例介绍

使用 drupal 7 翻译 node.tpl.php 文件中的字段

Drupal 分类术语语言取决于 - 为啥所有语言的节点都是可见的?

Drupal 6:在 tpl.php 中对多个值进行分组