|
Is it possible to set the format of exported (pull in the CLI) Flutter translation files? I have configuration When I launch the pull command then, I get translation in files like app_en.arb. Can CLI be forced to use output file name format like int_{language}.arb? |
Answered by
JanCizmar
Feb 11, 2025
Replies: 1 comment
|
Hello! Thanks for reaching out! 🚀 This can be definitely done by I believe your config should look like this: I haven't tested the configuration though |
0 replies
Answer selected by
JanCizmar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Thanks for reaching out! 🚀
This can be definitely done by
pull.fileStructureTemplateconfiguration option:I believe your config should look like this:
I haven't tested the configuration though