Client - minor changes on i18n

This commit is contained in:
Sam 2019-12-28 22:46:02 +01:00
parent 4c26088494
commit 91b77cd819
2 changed files with 6 additions and 2 deletions

View File

@ -284,6 +284,10 @@ label {
font-weight: bold; font-weight: bold;
} }
.dropdown-item-selected::after {
content: " ✔";
}
.fa-question-circle { .fa-question-circle {
color: #6c757d; color: #6c757d;
margin-left: 3px; margin-left: 3px;

View File

@ -21,7 +21,7 @@ i18n
.use(XHR) .use(XHR)
.use(LanguageDetector) .use(LanguageDetector)
.init({ .init({
debug: true, debug: process.env.NODE_ENV === 'development',
lng: 'en', lng: 'en',
fallbackLng: 'en', fallbackLng: 'en',
keySeparator: false, keySeparator: false,