-
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.fileStructureTemplate
configuration option:I believe your config should look like this:
I haven't tested the configuration though