Disable localization vs17.9#9937
Conversation
|
Hello! I noticed that you're targeting one of our servicing branches. Please consider updating the version. |
|
Is this necessary? I wouldn't expect it to ever actually do anything . . . |
Let's exclude it from checklist then :) |
|
Oh to be clear I can definitely be misunderstanding things here, we should chase down whoever added that step and confirm! |
|
It looks like @JanKrivanek included it in the template #8896 where it wasn't in the version prior. |
|
We localize main and latest release branch (that's the max we can have). Each branch is required to have a separate loc setup, which should not be invoked from a different branch (then we'd get conflicting PRs as we used to have some time back). For this reason we need to disable the latest release branch localization requests on a new branch creation and issue loc ticket to request swap from (latest-1) to latest. Alternatively we can localize main only - then we'd need to only disable the latest release branch loc requests (this PR) and we'd avoid the loc tickets. But we'd need to keep in mind to manually temporarily reroute localization on servicing involving resource files changes (as we already now should with older branches servicing - but that rarely happens) |
|
Ok, given the cost of changes to servicing branches (having to bump the version manually) I don't love this--maybe we should invest in version bump automation. |
|
Disable localization vs17.9