stable

Clone or download

Read-only

Translate Core 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 - FRS and News permissions per group panes are still translated in French Will be done later: - Agiledashboard permissions per group - SVN - Git - Tracker Change-Id: Ie731f8b86600b8f97ab345023ad9ecf63b99cc89

Modified Files

Name
M build-manifest.json +17 −1 Go to diff View file
D src/www/scripts/charts-builders/build-manifest.json +0 −8 Go to diff View file
D src/www/scripts/frs/build-manifest.json +0 −8 Go to diff View file
M src/www/scripts/frs/permissions-per-group/BaseFRSPackagePermissions.vue +28 −27 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTable.vue +28 −15 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackage.vue +26 −6 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageEmptyState.vue +36 −21 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageRelease.vue +25 −5 Go to diff View file
D src/www/scripts/frs/permissions-per-group/gettext-provider.js +0 −31 Go to diff View file
M src/www/scripts/frs/permissions-per-group/index.js +13 −5 Go to diff View file
M src/www/scripts/frs/permissions-per-group/rest-querier.js +1 −1 Go to diff View file
D src/www/scripts/frs/po/fr.po +0 −36 Go to diff View file
D src/www/scripts/frs/po/template.pot +0 −21 Go to diff View file
D src/www/scripts/news/build-manifest.json +0 −8 Go to diff View file
M src/www/scripts/news/permissions-per-group/BaseNewsPermissions.vue +40 −51 Go to diff View file
M src/www/scripts/news/permissions-per-group/NewsPermissionsVisibilityLabel.vue +26 −30 Go to diff View file
D src/www/scripts/news/permissions-per-group/gettext-provider.js +0 −31 Go to diff View file
M src/www/scripts/news/permissions-per-group/index.js +16 −3 Go to diff View file
M src/www/scripts/news/permissions-per-group/rest-querier.js +1 −1 Go to diff View file
D src/www/scripts/news/po/template.pot +0 −24 Go to diff View file
M src/www/scripts/package-lock.json +5 −0 Go to diff View file
M src/www/scripts/package.json +3 −1 Go to diff View file
R src/www/scripts/news/po/fr.po Go to diff View file
A src/www/scripts/po/template.pot +51 −0 Go to diff View file
D src/www/scripts/project/build-manifest.json +0 −8 Go to diff View file
M src/www/scripts/webpack.config.js +5 −2 Go to diff View file
M tools/utils/generate-po.php +115 −127 Go to diff View file