|
...
|
...
|
@@ -61,6 +61,8 @@ class TranslateLogic extends BaseLogic |
|
|
|
$data[] = [$k => $v];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$json_text = json_encode($text_array,JSON_UNESCAPED_UNICODE);
|
|
|
|
$text_array = json_decode($json_text,JSON_UNESCAPED_UNICODE);
|
|
|
|
$arr2 = array_values(array_diff($text_array, $old_key));
|
|
|
|
if(!empty($arr2)){
|
|
|
|
$i = 0;
|
...
|
...
|
|