|
@@ -79,7 +79,7 @@ def main(input_file, output_file):
|
|
|
# Insert empty translation column to maintain structure
|
|
# Insert empty translation column to maintain structure
|
|
|
row.insert(search_term_index + 1, "翻译失败(处理错误)")
|
|
row.insert(search_term_index + 1, "翻译失败(处理错误)")
|
|
|
data[i] = row
|
|
data[i] = row
|
|
|
- continue
|
|
|
|
|
|
|
+ break
|
|
|
|
|
|
|
|
# Save processed data
|
|
# Save processed data
|
|
|
save_csv(data, output_file)
|
|
save_csv(data, output_file)
|