intlify / vue-cli-plugin-i18n

:globe_with_meridians: Vue CLI plugin to add vue-i18n to your Vue Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option for longer columns

Shinigami92 opened this issue · 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?

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.

@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.