stable
Clone or download
Read-only
This is part of story #10499: Have a labels widget on project dashboards How to test: - Messages are translated to french Change-Id: Id05382edb312aa17ec547616d1c2b2ee4908e7df
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/build-manifest.json | +6 | −0 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabeledItems.php | +3 | −1 | Go to diff View file |
M | plugins/label/include/Label/Widget/ProjectLabeledItemsPresenter.php | +4 | −1 | Go to diff View file |
M | plugins/label/templates/widgets/project-labeled-items.mustache | +1 | −0 | Go to diff View file |
M | plugins/label/www/scripts/package-lock.json | +43 | −2 | Go to diff View file |
M | plugins/label/www/scripts/package.json | +3 | −0 | Go to diff View file |
A | plugins/label/www/scripts/project-labeled-items/po/fr.po | +21 | −0 | Go to diff View file |
A | 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.vue | +29 | −12 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/rest-querier.js | +1 | −1 | Go to diff View file |
M | plugins/label/www/scripts/webpack.config.js | +7 | −0 | Go to diff View file |
M | tools/utils/generate-po.php | +3 | −1 | Go to diff View file |