localizely / flutter-intl-intellij

This Android Studio & IntelliJ plugin generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
129 stars 4 forks source link

How to split the intl_en.arb file into multiple files when there is a lot of data。 #104

Closed Min-King closed 1 year ago

Min-King commented 1 year ago

Now I have a problem The intlen.arb file has reached over a thousand lines of code and I want to split this file. ![2501692779507 pic](https://github.com/localizely/flutter-intl-intellij/assets/30712512/325914be-a816-4f60-8023-3eecb632caf8)

My pubsec.yaml file in configuration is like this 2511692779522_ pic

What can I do, I really hope to get your help.

lzoran commented 1 year ago

Hi @Min-King,

Thanks for sharing this concern.

Currently, that feature isn't available in the Flutter Intl plugin. I noticed there's another issue discussing the same, so I'll close this for a more organized tracking.

Min-King commented 1 year ago

Hi @lzoran , Thank you for your answer.