{form_toggle(['name'=>'setting[lang_front]'],$lang_option,element('lang_front',$setting,'chinese'))}
{_('使用非简体中文时,更新系统后请重启nginx和php,语言包才会更新!')}
{_('货币前缀')}
{form_input('setting[unit_currency]', 'unit_currency'|element:$setting:'¥', 'id="unitCurrency" class="form-control input-small"')}
{_('货币后缀')}
{form_input('setting[unit_money]', 'unit_money'|element:$setting:'元', 'id="unitMoney" class="form-control input-small"')}
{_('货币符号或货币缩写,请至少配置一个!')}
{_('本站使用Po/Mo语言包文件,更新语言包方式如下:')}
{_('第一步:下载Po语言包源文件(按表格语言包路径下载对应的语言包文件)')}
{_('第二步:编辑Po语言包源文件,添加/更新翻译内容')}
{_('第三步:使用Po文件编辑器,生成Mo二进制语言包文件')} 【点击下载】
{_('第四步:上传Po/Mo文件至下载目录,重启Ngnix/PHP方可生效')}
{_('请务必做好备份,更新包可能会重新覆盖掉!')}
{foreach from=$lang_list item=m} {/foreach}
{_('语言包名称')} {_('语言包路径(根目录下)')}
{$m.name} locale/{$m.locale}/LC_MESSAGES/common.po