I am internationalizing my flutter app.
I have some long paragraphs that need to be internationalised, and in the .arb file it becomes painful to scroll.
How can I break up the paragraph over multiple lines?
I think this is not possible. (Please correct me someone if this is wrong!)
You could add \n to the String resource for line breaks if necessary. And to overcome the "painful scroll" I enabled soft wrap for all *.arb files.
For Android Studio:
; *.arb to entry "Soft-wrap these files", so my configuration looks like this:*.md; *.txt; *.rst; *.adoc; *.arb
Compare ApplicationResourceBundleSpecification for more information on ARB specification.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With