We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可否增加逐行切割的轉換功能?
舉例來說,我可能有一個檔案 前面第一段是日文,後面第二段是簡體中文,只有後面那一段需要轉換, 日文漢字的部份不須轉換
每一行的文字可能如下範例: json檔 "地図":"地图" --> "地図":"地圖" csv檔 "地図","地图" --> "地図","地圖"
那麼以json檔為範例的話 希望可以設":"為分隔符號,分隔符號前面的部份不變,分隔符號後面的部份轉換成繁體
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可否增加逐行切割的轉換功能?
舉例來說,我可能有一個檔案
前面第一段是日文,後面第二段是簡體中文,只有後面那一段需要轉換,
日文漢字的部份不須轉換
每一行的文字可能如下範例:
json檔
"地図":"地图" --> "地図":"地圖"
csv檔
"地図","地图" --> "地図","地圖"
那麼以json檔為範例的話
希望可以設":"為分隔符號,分隔符號前面的部份不變,分隔符號後面的部份轉換成繁體
The text was updated successfully, but these errors were encountered: