easy-i18n icon indicating copy to clipboard operation
easy-i18n copied to clipboard

Translation in single file

Open pieterzeilstra opened this issue 2 years ago • 2 comments

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?

pieterzeilstra avatar Aug 23 '22 09:08 pieterzeilstra

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.

marhali avatar Aug 23 '22 10:08 marhali

Okay understandable! Thanks for the quick answer anyway!

pieterzeilstra avatar Aug 23 '22 10:08 pieterzeilstra