nikaia / translation-sheet

Translating Laravel languages files using a Google Spreadsheet.
GNU General Public License v3.0
291 stars 60 forks source link

Option to export each language to different file or tab #33

Closed AidasK closed 5 years ago

AidasK commented 5 years ago

It would be useful to export each language to different file or tab. Because current behaviour is useless when exporting 10 or more languages. This is also needed, because I want to share each file with different translator.

billriess commented 5 years ago

I don't think this would be a good idea. Splitting the translations into different tabs or files would allow for more mistakes/conflicts. You could always split it out yourself, hand it off to a translator and then import it back into the same file if you really needed that.

nbourguig commented 5 years ago

The package was build around the idea of one sheet. I can see that splitting the locales over multiple sheets can be useful in some situations. But I cannot see how it can be implemented easily without breaking the previous versions.