wet-boew-styleguide icon indicating copy to clipboard operation
wet-boew-styleguide copied to clipboard

Is there any technical documentation?

Open JairoP opened this issue 7 years ago • 1 comments

Good afternoon, Is there any technical documentation where I can read about things like:

  1. Not using a part of the WET library? for example our CMS already handles multiple language so if I wanted to "turn off" i18n, could I do it without altering the code?
  2. Description of the minimal components/files requires to make this work?

Thanks!

JairoP avatar Oct 22 '18 23:10 JairoP

Question 1:

WET translations well only trigger when the <html lang="en"> is changed, if you current system changes this you might run into conflicts with some plugins, but I believe there is some logic if the i18n file does not exist it reverts to English defaults.

Also some plugins that rely on i18n we'll say in English even if the rest of your page changes language, so something to watch out for.

Question 2:

I would check out https://github.com/wet-boew/wet-boew-styleguide/issues/358.

ghost avatar Apr 06 '19 04:04 ghost