This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Description
Hi I am planning to send a PR for language support;
Given a company is in country A
Then default application language can be set to A
Given a user is in country A
Then a user can select language A
Given a user is in country A
And the user prefers language B from country B
Then a user can select language B
Given a user is logged in
Then the user language is set to last known set language or default company language.
- For remembering language preferences I was thinking a cookie, that way the login screen will be set to the users language preference.
- Initial languages will be English (UK), English (US) and Japanese.
- Language files should be plug and play
So here are my questions;
Is this project still active?
Is this a desirable feature?
Does this application already use cookies?
Are there other requirements for this feature?
Thanks. @maxfierke