marhali / easy-i18n

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

Translation in single file #174

Open pieterzeilstra opened 2 years ago

pieterzeilstra commented 2 years ago

Hey first of all this plugin looks awesome!

My project contains all translations in a single yaml file instead of yaml files divided by language like this:

language_nl:
  tenants:
    styleguide: example

language_en:
  tenants:
    styleguide: example

Right now I don't think there is a way for this plugin to recognize different languages in one single file and my question is: am i missing something or is this not possible in this plugin?

marhali commented 2 years ago

No, unfortunately this is not possible right now. I recommend to use at least one file per language.

Currently I don't see the need to implement this functionality. Therefore I put this ticket on hold until further notice.

pieterzeilstra commented 2 years ago

Okay understandable! Thanks for the quick answer anyway!