Description
Is your feature request related to a problem? Please describe.
We've been moving over from json based i18next translations split into different json files to using tolgee, but the import action has been more of a pain than I'd like to admit. A lot more manual labour went into 'onboarding' than expected. It wasn't super bad, just that it could be much easier.
We had our translations split per namespace (so each namespace had their own file). I had to manually, for each file, select which language it should be (all of them the same, in this case) and I had to create a namespace manually for each.
Describe the solution you'd like
After having selected the files to import:
- Allow bulk-selecting the language for all records in the import file list.
- Allow a bulk action for the namespaces (filename minus extension) e.g. dashboard.json could automatically become the
dashboard
namespace.
Describe alternatives you've considered
This was just a pain to do, I don't really think there's an obvious alternative other than selecting and creating each one yourself.