vue-cli-plugin-i18n icon indicating copy to clipboard operation
vue-cli-plugin-i18n copied to clipboard

Option for longer columns

Open Shinigami92 opened this issue 6 years ago • 2 comments

We have hundreds of language keys and some of them are relatively long This leads to a report like this:

...
│ 1… │ en         │ /src/views/**************/Overview/Ov… │ 9      │ ***************.overview.cr… │
...

(* = censored)

Can we define an option to define longer columns?

Shinigami92 avatar Aug 05 '19 13:08 Shinigami92

Related: For the Unused i18n Entry table, it would also help if the File column would contain the relative path rather than the absolute path.

caugner avatar May 04 '20 19:05 caugner

@Shinigami92 The table is actually generated by vue-i18n-extract, which uses console.table under the hood: https://github.com/pixari/vue-i18n-extract/blob/1591c94ae19239cbd77c3c9da0ef67f4bcfe8c1d/src/report-command/index.ts#L23-L24

So pixari's repository would be the best place for your feature request.

caugner avatar May 04 '20 19:05 caugner