How to pack all localization messsages files to a jar file?

How to pack all localization messsages files to a jar file as a language package?

Hi,

you can easily create an application component that does the job (like Matthias did for the german translation - GitHub - bresche/translation-german: German translation for cuba platfrom). This way, other people can just add it as a dependency.

Manually creating a jar file that contains the files in the packages should probably also work…

Bye
Mario

Hi,
Thanks for your reply.
I have writen a gradle script to generate localize jar file.
[url=https://github.com/lugreen/translations/blob/release_6_5/content/zh_CN/cuba/build.gradle]https://github.com/lugreen/translations/blob/release_6_5/content/zh_CN/cuba/build.gradle[/url]