Display translation count and improve styles

This commit is contained in:
Olivier Lacan 2023-03-06 00:07:13 -08:00
parent 7132bc7c62
commit bb783f8ec8
2 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,7 @@ $languages = {
name: "فارسی" name: "فارسی"
} }
} }
$language_count = $languages.size
activate :i18n, activate :i18n,
lang_map: $languages, lang_map: $languages,

View File

@ -73,6 +73,9 @@ header
.locales .locales
float: right float: right
background-color: rgba(255, 255, 255, .5)
border-radius: .5rem
padding: .7rem 1rem
.locales li .locales li
float: right float: right