Background of command separation between manifest and collect #29
Replies: 2 comments 1 reply
-
|
I agree the cli needs a major overhaul before 1.0, and I believe we should merge the manifest and collect commands so that we have one command to collect and one to apply translations. We should also make collect parallelize across worker threads so that it's a lot faster. I assume they are separate because at FB other tools might provide the manifest information. @kayhadrin may be able to provide more info on the background. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
With 1.2.0, manifest was removed. Everything is handled in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The way I understood it manifest gathers the files containing an fbt translation, while collect collects the individual strings and their description.
Could one explain the reasoning behind having them split? Doesn't that lead to the risk of just running one of them and receiving only partial results (e.g. no new strings or some files being missed)?
Beta Was this translation helpful? Give feedback.
All reactions