Oh, I see -- out of the box, the multi-l10n step doesn't work for artifact builds, and that's why we see ``` [task 2024-09-12T18:15:20.161Z] 18:15:20 INFO - 18:15:20 INFO - Artifact builds do not support localization. If you know what you are doing, you can use: ``` In this case, we *do* know what we are doing, and we can probably do what I suggest in that error message :) That would address the multi-l10n pieces (but any other bits like `AppConstants.sys.mjs`). I'm going to leave the NI to myself to revisit this.
Bug 1918653 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Oh, I see -- out of the box, the multi-l10n step doesn't work for artifact builds, and that's why we see ``` [task 2024-09-12T18:15:20.161Z] 18:15:20 INFO - 18:15:20 INFO - Artifact builds do not support localization. If you know what you are doing, you can use: ``` In this case, we *do* know what we are doing, and we can probably do what I suggest in that error message :) That would address the multi-l10n pieces (but not any other bits like `AppConstants.sys.mjs`). I'm going to leave the NI to myself to revisit this.