stable

Clone or download

Read-only

Fix loading of translations for angular apps

Part of request #13473 Artifact modal is never localized Other patches will be needed for external angular js apps. How to test: - When you set your user language to "Français" in your profile and you open the artifact modal (kanban, scrum planning), strings are localized in French. - No functional change in other apps. Strings are still localized. Change-Id: Id4d4c8ea5742ae5784ccec64a9c979c0bf4b27ad

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/app.js +28 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app.js +28 −1 Go to diff View file
M plugins/frs/www/js/angular/src/app/app.js +29 −2 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/app.js +29 −2 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal.js +28 −1 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +2 −1 Go to diff View file