Closed GeraldMit closed 3 years ago
This branch works great for me locally. Yesterday I added this patch to the "blue" server to support detecting the browser language.
--- a/ui/src/plugins/i18n.js
+++ b/ui/src/plugins/i18n.js
@@ -31,7 +31,7 @@ const messages = {
};
export default new VueI18n({
- locale: 'en',
+ locale: navigator.language || 'en',
fallbackLocale: 'en',
messages
});
What do you think of including that permanently?
Contributes to # (add issue number here. i.e.
#302
)222
213
What did you do?
1) change size of count down timer
2) add a dropdown for languages
3) change language selection to native language name for the language
Why did you do it?
for issues as given
How have you tested it?
local build
Were docs updated if needed?
Type of change
Checklist: