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 70c6f15a61
commit 26b1b7add5
10 changed files with 90 additions and 8 deletions

View File

@@ -1,10 +1,15 @@
<script lang="ts">
import { t } from "$lib/i18n/translations";
</script>
<img
id="meowbalt-loaf"
src="/meowbalt/smile.png"
height="152"
width="141"
alt="black and white cat smiling and loafing"
alt={$t("a11y.meowbalt.smile")}
/>
<style>
#meowbalt-loaf {
display: block;