Skip to content

Commit

Permalink
Merge pull request #192 from RedContritio/main
Browse files Browse the repository at this point in the history
Fix text format: remove space in "GUI 数据文件夹"
  • Loading branch information
Z-Siqi authored Oct 1, 2024
2 parents 47a2406 + bfca644 commit 6ac5d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main/dist/electron/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -104559,7 +104559,7 @@
}
})], 1), e._v(" "), t("div", {
staticClass: "item"
}, [t("div", [e._v("GUI 数据文件夹")]), e._v(" "), t("MoreHint", {
}, [t("div", [e._v("GUI数据文件夹")]), e._v(" "), t("MoreHint", {
staticClass: "hint",
attrs: {
text: "打开"
Expand Down
2 changes: 1 addition & 1 deletion chinese_file/Auto/renderer-chinese.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ ignore_case=0,reg_exp=1,cross_line=1,binary_file=0,extract_flag=0,whole_word=0
<find>"Show/Hide timed-out proxies"</find>
<replace>"显示/隐藏超时节点"</replace>
<find>"GUI Data Folder"</find>
<replace>"GUI 数据文件夹"</replace>
<replace>"GUI数据文件夹"</replace>
<find>"Controls whether the diff editor shows the diff side by side or inline."</find>
<replace>"控制 diff 编辑器是并排还是内联显示 diff"</replace>
<find>"Side by side mode"</find>
Expand Down

0 comments on commit 6ac5d8d

Please sign in to comment.