stable

Clone or download

Read-only

Translate Agile dashboard permissions per group using vue-gettext

Part of request #12391 Translate Permissions per group with vue-gettext How to test: - make generate-po still extracts translations - Agile dashboard permissions per group pane is still translated in French Will be done later: - SVN - Git - Tracker Change-Id: Ib272232e2c79e1153d6308de29b7905b215acf5b

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +10 −8 Go to diff View file
M plugins/agiledashboard/www/js/package-lock.json +5 −0 Go to diff View file
M plugins/agiledashboard/www/js/package.json +5 −3 Go to diff View file
M plugins/agiledashboard/www/js/permissions-per-group/po/fr.po +2 −3 Go to diff View file
M plugins/agiledashboard/www/js/permissions-per-group/po/template.pot +8 −2 Go to diff View file
M plugins/agiledashboard/www/js/permissions-per-group/src/AgileDashboardPermissions.vue +54 −61 Go to diff View file
D plugins/agiledashboard/www/js/permissions-per-group/src/gettext-provider.js +0 −27 Go to diff View file
M plugins/agiledashboard/www/js/permissions-per-group/src/index.js +18 −9 Go to diff View file
M plugins/agiledashboard/www/js/permissions-per-group/src/rest-querier.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +8 −25 Go to diff View file