【问题标题】:October cms rtl style十月 cms rtl 风格
【发布时间】:2017-10-16 13:52:01
【问题描述】:

我使用两个 CSS 样式表 [style.css 和 style-rtl.css] 在网站上工作 前端localePicker选择rtl语言时,如何让octobercms改变样式表?

【问题讨论】:

    标签: right-to-left octobercms


    【解决方案1】:

    使用这个插件http://octobercms.com/plugin/rainlab-translate

    <p>
    Switch language to:
    <a href="#" data-request="onSwitchLocale" data-request-data="locale: 'en'">English</a>,
    <a href="#" data-request="onSwitchLocale" data-request-data="locale: 'ru'">Russian</a>
    

    在布局css部分中使用这样的(替换为css路径):

    {{ 'site.name'|_ }}
    
    {{ 'Welcome to our website!'|_ }}
    
    {{ 'Hello :name!'|_({ name: 'Friend' }) }}
    

    查看文档来自:http://octobercms.com/plugin/rainlab-translate

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-06-07
      • 2018-04-21
      • 2021-03-26
      • 2018-04-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多