wet-boew-styleguide
wet-boew-styleguide copied to clipboard
Is there any technical documentation?
Good afternoon, Is there any technical documentation where I can read about things like:
- 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?
- Description of the minimal components/files requires to make this work?
Thanks!
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.