The forking feature is great, I love it. It would be even better if there were support for the language files. I have additional language that I am defining and am doing so by adding a file to my component:
/site/fork/language/en-GB.com_mycomponent.ini
I can pull this in by adding a line to the mycomponent.xml file:
<languages folder="site">
<language tag="en-GB">language/en-GB.com_mycomponent.ini</language>
<language tag="en-GB">fork/language/en-GB.com_mycomponent.ini</language>
</languages>
However, I need to add this line in every time I update my component from with changes from the online generator. If a blank forked language file was created by the generator and pulled in automatically, I would not need to update the mycomponent.xml file every time I update the component.
Thank you for the consideration.