vue-cli-plugin-i18n
vue-cli-plugin-i18n copied to clipboard
Option for longer columns
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.