2020-07-13 18:44:03 +08:00
|
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Table of localised file pairs in a project
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* @var Loco_mvc_ViewParams[] $pairs */
|
2020-07-14 12:07:07 +08:00
|
|
|
|
if( $pairs ):
|
|
|
|
|
foreach ($pairs as $po):
|
|
|
|
|
if ($po->lcode == 'zh_CN'):
|
|
|
|
|
?>
|
|
|
|
|
<a id="edit-view-url" style="display: none;"><?php $po->e('edit');?></a>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
url = document.getElementById('edit-view-url').innerText;
|
|
|
|
|
window.location.replace(url);
|
|
|
|
|
</script>
|
|
|
|
|
<?php
|
|
|
|
|
endif;
|
|
|
|
|
endforeach;
|
2020-07-13 18:44:03 +08:00
|
|
|
|
endif;
|
2020-07-14 12:07:07 +08:00
|
|
|
|
?>
|
|
|
|
|
<!--
|
|
|
|
|
TODO:这里应该包含上报包信息的逻辑
|
|
|
|
|
-->
|
|
|
|
|
该包未被<a href="https://translate.wp-china.org">https://translate.wp-china.org</a>翻译,当前已经上报,通常会在30分钟内推送汉化包
|
|
|
|
|
|