© 2026 Hedgehog Software, LLC
<script lang="ts" setup> const { t, locale } = useI18n(); <template> <h1 v-html="t('title')"></h1> </template> <i18n> { "ru": { "title": "Запускаю и <br />развиваю" } } </i18n>