Commit 9963cf28 authored by dmMaze's avatar dmMaze
Browse files

strip imported translation, close #741

parent d295b2fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ def parse_txt_translation(file_path: str):
            blkid_start = start
            blkid_end = end
        if blkid_start is not None:
            blk_list.append(page_content[blkid_end:])
            blk_list.append(page_content[blkid_end:].strip())
        page_dict['blk_list'] = blk_list

    return page_list