marhali / easy-i18n

This is a IntelliJ IDE based plugin for internationalization. Supports the most common translation file types.
MIT License
87 stars 27 forks source link

Feature request: Support for multiple directories #271

Open manuelmeister opened 1 year ago

manuelmeister commented 1 year ago

Thank you for this awesome plugin! In our project setup (monorepo with js & php) we have separate translations for our frontend and shared translations (frontend & backend). It would be awesome to setup multiple directories. Similar to i18n Ally.

Bildschirmfoto 2023-05-27 um 14 00 51

Excalibrus commented 12 months ago

I would appreciate similar config too. I have backend translations directory and multiple frontend clients. But becouse pluggin supports only one project configuration, it is pain to switch it all the time.

DanyD commented 6 months ago

Nice extension. Having multiple folders is also a case in our projects. At least adding multiple folders via a simple semicolon syntax would be very helpful.

ByScripts commented 5 months ago

Same here, we have project's locales and shared locale's.

Unfortunately, this plugin is useless in our case.

francescods commented 2 months ago

+1 Nuxt 3 layers have their own i18n folders and translation files, and we can only have autocompletion in the main layer. It would be great if we could set multiple directories. Thank you anyway.