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 - Git permissions per group pane is still translated in French Will be done later: - SVN - Tracker Change-Id: I5e283cb1fb24f17bf59e94b24b9150b545d077e4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/build-manifest.json | +8 | −8 | Go to diff View file |
M | plugins/git/www/scripts/karma.conf.js | +1 | −1 | Go to diff View file |
A | plugins/git/www/scripts/permissions-per-group/package.json | +16 | −0 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/po/fr.po | +5 | −9 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/po/template.pot | +10 | −1 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitInlineFilter.vue | +24 | −25 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitPermissions.vue | +28 | −29 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTable.vue | +45 | −50 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTableRepository.vue | +23 | −6 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue | +37 | −35 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue | +30 | −29 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue | +44 | −41 | Go to diff View file |
D | plugins/git/www/scripts/permissions-per-group/src/gettext-provider.js | +0 | −27 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/index.js | +19 | −10 | Go to diff View file |
M | plugins/git/www/scripts/permissions-per-group/src/rest-querier.js | +1 | −1 | Go to diff View file |
M | plugins/git/www/scripts/webpack.config.js | +7 | −28 | Go to diff View file |