mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Update translations from Crowdin (#2742)
Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
This commit is contained in:
parent
6a16caf13c
commit
fd699c0447
8 changed files with 30 additions and 31 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue