Problem
Currently, in order to opt out translation of some components I have to enable useDirective and add use i18n at the top of files I want to translate.
This is quite the opposite of the normal flow. Marking every file I want to translate consumes a lot of time, and even prone to being forgotten, causing extra commits and workflow computation.
Solution
Invert the operation.
Instead of marking the files that we want to translate with use i18n, we mark the ones we want to translate.
Visuals
Workarounds
No response
Problem
Currently, in order to opt out translation of some components I have to enable
useDirectiveand adduse i18nat the top of files I want to translate.This is quite the opposite of the normal flow. Marking every file I want to translate consumes a lot of time, and even prone to being forgotten, causing extra commits and workflow computation.
Solution
Invert the operation.
Instead of marking the files that we want to translate with
use i18n, we mark the ones we want to translate.Visuals
Workarounds
No response