AzuraCast/frontend/gettext.config.cjs

15 lines
311 B
JavaScript

module.exports = {
input: {
path: './src',
include: ["**/*.js", "**/*.ts", "**/*.vue"]
},
output: {
path: '../translations',
potPath: './frontend.pot',
jsonPath: './translations.json',
locales: [],
flat: false,
linguas: false
}
};