chore: Update translations from Crowdin (#2742)

Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
This commit is contained in:
Lipis 2021-01-14 12:09:05 +02:00 committed by GitHub
parent 6a16caf13c
commit fd699c0447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 31 deletions

View file

@ -25,7 +25,6 @@ export const LanguageList = ({
<option key={i18n.defaultLang.code} value={i18n.defaultLang.code}>
{i18n.defaultLang.label}
</option>
<option disabled>{"──────────"}</option>
{languages.map((lang) => (
<option key={lang.code} value={lang.code}>
{lang.label}