web/save: move strings to i18n & translate to ru

also fixed line break in switcher for future lengthier translations (german, for example)
This commit is contained in:
wukko
2024-07-03 13:52:27 +06:00
parent 9939f3b172
commit 5ced7b5388
10 changed files with 90 additions and 8 deletions

View File

@@ -17,6 +17,10 @@
border-radius: var(--border-radius);
}
.switcher :global(.button) {
white-space: pre;
}
.switcher:not(.big) :global(.button:first-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;