stable

Clone or download

Read-only

request #11510 Extract translations from Vue template

How to test: - make post-checkout - When you run 'make generate-po', it extracts the .po file from <translate> tags in Vue (See https://github.com/Polyconseil/vue-gettext for details) Change-Id: I9e77d3031323853dc0a5539b7c9b9aad7cbaed37

Modified Files

Name
M package-lock.json +445 −0 Go to diff View file
M package.json +1 −0 Go to diff View file
M plugins/label/build-manifest.json +2 −2 Go to diff View file
M plugins/label/www/scripts/package-lock.json +8 −16 Go to diff View file
M plugins/label/www/scripts/package.json +4 −3 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/po/template.pot +7 −0 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/LabeledItem.vue +2 −2 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.spec.js +2 −1 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.vue +21 −25 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/app.spec.js +8 −0 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/index.js +13 −5 Go to diff View file
M plugins/label/www/scripts/webpack.config.js +8 −2 Go to diff View file
M tools/utils/generate-po.php +17 −0 Go to diff View file
R plugins/label/www/scripts/project-labeled-items/src/gettext-provider.js Go to diff View file
M tools/utils/scripts/webpack-aliases.js +6 −1 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +11 −1 Go to diff View file