Problem: Translation was running too often, causing unnecessary merge conflicts.
Solution: With the use of the decorator, nox will run the sessions in the order
they are defined. This means I can skip the translations session when no
text is changing, but it runs by default in the appropriate order
(before freeze).
Problem: Translation was running too often, causing unnecessary merge conflicts.
Solution: With the use of the decorator, nox will run the sessions in the order they are defined. This means I can skip the translations session when no text is changing, but it runs by default in the appropriate order (before freeze).