Babelish
Babelish copied to clipboard
can't read text when convert japanese
I tried to convert file Localized.strings(japanese) to csv using command "strings2csv". It's work but I cant read text in csv. Output is below: aaa 使用許諾へ同意のご確認 bbb 同意して登録画面へ進む
Because key is english so its ok but value is error. Anybody can tell me what im wrong ???
Hi, can you post your .strings files and config?
Hi, I sent my content in .strings file below and I don't use config file, I just run terminal command "babelish strings2csv --filenames= Localizable.strings"
"aaa" = "戻る";
"bbb" = "作成";
And there is result in .csv file:

Works fine to me, see console steps below:

What's your operating system? version?
I'm using Macos Catalina 10.15.4 and babelish version is 0.6.6 . And I try to use another computer run Macos BigSur 11.5.2 then I see same error.
can you please attach the file you're using?