stable

Clone or download

Read-only

Merge 'gerrit #15926' into stable/master

* commit '7cd307f038': request #13845 Replace easygettext by our own gettext extractor Change-Id: I94e8342317a377aa0e60617f2ef8f5fa0bf94e27

Modified Files

Name
M package-lock.json +18 −532 Go to diff View file
M package.json +2 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DocumentLockedForEditionErrorModal.vue +11 −12 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DocumentNeedsApprovalErrorModal.vue +12 −13 Go to diff View file
M plugins/document/scripts/document/po/fr.po +11 −2 Go to diff View file
M plugins/tracker/www/scripts/package-lock.json +13 −0 Go to diff View file
M plugins/tracker/www/scripts/package.json +1 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/po/fr.po +3 −3 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationImpossibleWarning.vue +7 −4 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/index.js +2 −0 Go to diff View file
M tools/utils/scripts/gettext/constants.js +5 −28 Go to diff View file
D tools/utils/scripts/gettext/extract.js +0 −547 Go to diff View file
A tools/utils/scripts/gettext/file-extractor.js +181 −0 Go to diff View file
A tools/utils/scripts/gettext/log.js +22 −0 Go to diff View file
M tools/utils/scripts/vue-typescript-gettext-extractor-cli.js +10 −105 Go to diff View file