mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Internationalization followup (#500)
* add translations in data.ts * add language list add spanish version * fixes pr review * add more translations * remove unused label Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
362cd74a9b
commit
a436e70764
9 changed files with 206 additions and 32 deletions
|
@ -183,3 +183,30 @@ button {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.langBox {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin-right: 0.5em;
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul > li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
padding: 4px;
|
||||
}
|
||||
li > a,
|
||||
li > a:visited {
|
||||
text-decoration: none;
|
||||
color: gray;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
li.current > a,
|
||||
li.current > a:visited {
|
||||
color: black;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue