mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
refactor:去除Loco Translate翻译编辑页面导航条上的翻译同步、返回恢复、机器翻译按钮
This commit is contained in:
parent
a8d9b1b7c3
commit
a3d903ffb2
1 changed files with 5 additions and 2 deletions
|
@ -20,19 +20,22 @@ echo $header;
|
|||
<button class="button has-icon icon-save" data-loco="save" disabled>
|
||||
<span><?php $ui->e('save')?></span>
|
||||
</button>
|
||||
<!--
|
||||
<button class="button has-icon icon-revert" data-loco="revert" disabled>
|
||||
<span><?php $ui->e('revert')?></span>
|
||||
</button>
|
||||
<button class="button has-icon icon-sync" data-loco="sync" disabled>
|
||||
<span><?php $ui->e('sync')?></span>
|
||||
</button>
|
||||
-->
|
||||
</fieldset><?php
|
||||
if( $locale ):?>
|
||||
if( $locale ):?>
|
||||
<!--
|
||||
<fieldset>
|
||||
<button class="button has-icon icon-robot" data-loco="auto" disabled>
|
||||
<span><?php $ui->e('auto')?></span>
|
||||
</button>
|
||||
</fieldset><?php
|
||||
</fieldset>--><?php
|
||||
else:?>
|
||||
<fieldset>
|
||||
<button class="button has-icon icon-add" data-loco="add" disabled>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue