stable

Clone or download

Read-only

Translate semantic field labels

Part of epic #12142 Baseline v1 Change-Id: I3b7ee87be53fecf0d42d0dd5faaaf999545c7ca1

Modified Files

Name
M include/Adapter/BaselineArtifactRepositoryAdapter.php +4 −2 Go to diff View file
M include/Baseline/BaselineArtifact.php +10 −0 Go to diff View file
M include/REST/BaselineArtifactRepresentation.php +6 −0 Go to diff View file
M phpunit/Factory/BaselineArtifactBuilder.php +10 −0 Go to diff View file
M phpunit/Factory/BaselineArtifactFactory.php +1 −0 Go to diff View file
M scripts/baseline/api/rest-querier.js +6 −0 Go to diff View file
M scripts/baseline/components/baseline-page/BaselineArtifact.spec.js +6 −1 Go to diff View file
M scripts/baseline/components/baseline-page/BaselineArtifact.vue +16 −20 Go to diff View file
M scripts/baseline/components/baseline-page/BaselineContent.spec.js +6 −1 Go to diff View file
M scripts/baseline/components/baseline-page/BaselineContent.vue +4 −0 Go to diff View file
A scripts/baseline/components/baseline-page/Field.vue +53 −0 Go to diff View file
A scripts/baseline/components/common/SemanticFieldLabel.spec.js +108 −0 Go to diff View file
A scripts/baseline/components/common/SemanticFieldLabel.vue +76 −0 Go to diff View file
M scripts/baseline/components/comparison/content/FieldComparison.vue +12 −2 Go to diff View file
M scripts/baseline/components/comparison/content/ModifiedArtifact.vue +2 −1 Go to diff View file
M scripts/baseline/index.js +4 −0 Go to diff View file
M scripts/baseline/po/fr.po +0 −6 Go to diff View file
M scripts/baseline/po/template.pot +0 −6 Go to diff View file
A scripts/baseline/store/index.js +81 −0 Go to diff View file
A scripts/baseline/store/index.spec.js +186 −0 Go to diff View file
M scripts/baseline/support/factories.js +26 −0 Go to diff View file
M scripts/baseline/support/local-vue.js +2 −0 Go to diff View file
A scripts/baseline/support/store-wrapper.spec-helper.js +42 −0 Go to diff View file
M scripts/package-lock.json +20 −0 Go to diff View file
M scripts/package.json +4 −2 Go to diff View file
M themes/BurningParrot/baseline/_baseline-content.scss +1 −1 Go to diff View file