Client - minor changes on i18n
This commit is contained in:
parent
4c26088494
commit
91b77cd819
@ -281,7 +281,11 @@ label {
|
||||
}
|
||||
|
||||
.dropdown-item-selected {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dropdown-item-selected::after {
|
||||
content: " ✔";
|
||||
}
|
||||
|
||||
.fa-question-circle {
|
||||
|
@ -21,7 +21,7 @@ i18n
|
||||
.use(XHR)
|
||||
.use(LanguageDetector)
|
||||
.init({
|
||||
debug: true,
|
||||
debug: process.env.NODE_ENV === 'development',
|
||||
lng: 'en',
|
||||
fallbackLng: 'en',
|
||||
keySeparator: false,
|
||||
|
Loading…
Reference in New Issue
Block a user