glebm / i18n-tasks

Manage translation and localization with static analysis, for Ruby i18n
http://glebm.github.io/i18n-tasks
MIT License
2.06k stars 259 forks source link

Unreadable output #587

Open ThibautGrx opened 2 months ago

ThibautGrx commented 2 months ago

I'm using i18n-tasks 1.0.14, any command produce unreadable outputs :

image

Is anyone experiencing the same issue?

Bilka2 commented 1 month ago

The table output of commands that show the value of translations can get pretty wide if the translations are long, and the dashes you see here are the bottom border of that table. Try redirecting the output into a file (e.g. i18n-tasks unused > unused.txt) and looking at that in a text editor with line wrapping turned off. Or you can change the output format with the -f option.