fd-vue-webapp icon indicating copy to clipboard operation
fd-vue-webapp copied to clipboard

Add auto detection of Language

Open Remeic opened this issue 5 years ago • 1 comments

Issue related to #9

Add auto detection of language using navigator.language, i create an object with key and value. Keys are the values can be returned by navigator.languages ( list here ) and values are our label for i18n translation files.

Navigator language is set to lowercase for support also safari < 10.2 (here)

I wanted to add test too, but test suite pass every time, even if i try to write test that fail.

I hope my contribution can be useful

Remeic avatar Oct 03 '18 12:10 Remeic

@Remeic we will do some old style tests ASAP. ;) thank you very much for your contribution; feel free to choose another issue if you want to. Bye, Alberto

amenak77 avatar Oct 07 '18 08:10 amenak77