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

@ -281,7 +281,11 @@ label {
} }
.dropdown-item-selected { .dropdown-item-selected {
font-weight: bold; font-weight: bold;
}
.dropdown-item-selected::after {
content: " ✔";
} }
.fa-question-circle { .fa-question-circle {

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,