@pascholda1/vue-cli-plugin-i18n-csv-exchange
Version:
Vue CLI plugin to convert i18n localizations from JSON to CSV / CSV to JSON
18 lines (16 loc) • 329 B
JavaScript
module.exports = pkg => {
return [
{
type: 'input',
name: 'jsonDir',
message: 'The src directory where your localization JSON files are stored?',
default: './src/locales'
},
{
type: 'input',
name: 'csvDir',
message: 'The target directory for your CSV files',
default: "./localizations"
},
]
}