stable
Clone or download
Read-only
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 This should conclude the series. It also disables using "gettext-js" with .vue files (they are no longer parsed by xgettext) Change-Id: I23a09c44f8ee9a74f3f59e1f4c43be06568f7e94
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/build-manifest.json | +9 | −9 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/karma.conf.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/karma.conf.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/package.json | +1 | −1 | Go to diff View file |
A | plugins/tracker/www/scripts/permissions-per-group/package.json | +16 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/po/fr.po | +2 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/po/template.pot | +8 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/BaseTrackerPermissions.vue | +28 | −35 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/TrackerPermissionTableEmptyState.vue | +35 | −43 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/TrackerPermissionsTable.vue | +27 | −37 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue | +32 | −37 | Go to diff View file |
D | plugins/tracker/www/scripts/permissions-per-group/src/gettext-provider.js | +0 | −31 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/index.js | +19 | −9 | Go to diff View file |
M | plugins/tracker/www/scripts/permissions-per-group/src/rest-querier.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/webpack.config.js | +22 | −47 | Go to diff View file |
M | src/www/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.vue | +27 | −24 | Go to diff View file |
M | tools/utils/generate-po.php | +1 | −1 | Go to diff View file |