Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 5 个子模板 K2 的 joomla 网站。该网站是多语言的,我想在子模板中翻译一些句子。
我可以把这个翻译放在哪里?我认为它在de-DE.com_k2.ini中,但在下一次 K2 的更新中,语句将被擦除?
感谢您的时间
您可以在
/language/overrides
或使用管理员后端中的语言覆盖功能(管理员-扩展-语言管理-覆盖)。在那里您可以搜索文本、查找语言常量并提供您的自定义本地化,这将在组件和 Joomla! 中持续存在。更新。